[svn-commits] mmichelson: trunk r111123 - in /trunk: ./ apps/app_voicemail.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Mar 26 14:39:24 CDT 2008
Author: mmichelson
Date: Wed Mar 26 14:39:23 2008
New Revision: 111123
URL: http://svn.digium.com/view/asterisk?view=rev&rev=111123
Log:
Merged revisions 111121 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r111121 | mmichelson | 2008-03-26 14:37:36 -0500 (Wed, 26 Mar 2008) | 4 lines
This code change is made just for clarification. It does exactly
the same thing as before. It just doesn't look as wrong.
........
Modified:
trunk/ (props changed)
trunk/apps/app_voicemail.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=111123&r1=111122&r2=111123
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Wed Mar 26 14:39:23 2008
@@ -9799,7 +9799,7 @@
AST_LIST_UNLOCK(&vmstates);
if (vc) {
- ast_mutex_destroy(&vms->lock);
+ ast_mutex_destroy(&vc->vms->lock);
ast_free(vc);
}
else
More information about the svn-commits
mailing list