[svn-commits] mmichelson: branch 1.4 r111121 - /branches/1.4/apps/app_voicemail.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Mar 26 14:37:37 CDT 2008
Author: mmichelson
Date: Wed Mar 26 14:37:36 2008
New Revision: 111121
URL: http://svn.digium.com/view/asterisk?view=rev&rev=111121
Log:
This code change is made just for clarification. It does exactly
the same thing as before. It just doesn't look as wrong.
Modified:
branches/1.4/apps/app_voicemail.c
Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=111121&r1=111120&r2=111121
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Wed Mar 26 14:37:36 2008
@@ -9031,7 +9031,7 @@
if (!vf) {
ast_log(LOG_ERROR, "No vmstate found for user:%s, mailbox %s\n",vms->imapuser,vms->username);
} else {
- ast_mutex_destroy(&vms->lock);
+ ast_mutex_destroy(&vf->vms->lock);
free(vf);
}
ast_mutex_unlock(&vmstate_lock);
More information about the svn-commits
mailing list