[asterisk-commits] [svn-commits] mmichelson: branch 1.6.0 r111124 - in /branches/1.6.0: ./ apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Mar 26 14:41:24 CDT 2008
Author: mmichelson
Date: Wed Mar 26 14:41:24 2008
New Revision: 111124
URL: http://svn.digium.com/view/asterisk?view=rev&rev=111124
Log:
Merged revisions 111123 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r111123 | mmichelson | 2008-03-26 14:39:23 -0500 (Wed, 26 Mar 2008) | 12 lines
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:
branches/1.6.0/ (props changed)
branches/1.6.0/apps/app_voicemail.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/apps/app_voicemail.c?view=diff&rev=111124&r1=111123&r2=111124
==============================================================================
--- branches/1.6.0/apps/app_voicemail.c (original)
+++ branches/1.6.0/apps/app_voicemail.c Wed Mar 26 14:41:24 2008
@@ -9785,7 +9785,7 @@
AST_LIST_UNLOCK(&vmstates);
if (vc) {
- ast_mutex_destroy(&vms->lock);
+ ast_mutex_destroy(&vc->vms->lock);
ast_free(vc);
}
else
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
svn-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/svn-commits
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the asterisk-commits
mailing list