[asterisk-commits] oej: branch 10 r336381 - in /branches/10: ./ channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Sep 19 05:05:02 CDT 2011
Author: oej
Date: Mon Sep 19 05:05:00 2011
New Revision: 336381
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=336381
Log:
Merged revisions 336378 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r336378 | oej | 2011-09-19 11:40:44 +0200 (Mån, 19 Sep 2011) | 9 lines
Add missing unlock at MWI message sending time
(closes issue ASTERISK-18573)
Patches:
sip_mwi_lock.patch (license #5041) by Gregory Hinton Nietsky
Thanks to irrot for the reminder, to Gregory for the patch!
........
Modified:
branches/10/ (props changed)
branches/10/channels/chan_sip.c
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/channels/chan_sip.c?view=diff&rev=336381&r1=336380&r2=336381
==============================================================================
--- branches/10/channels/chan_sip.c (original)
+++ branches/10/channels/chan_sip.c Mon Sep 19 05:05:00 2011
@@ -25668,6 +25668,7 @@
dialog_unlink_all(p, TRUE, TRUE);
dialog_unref(p, "unref dialog p just created via sip_alloc");
/* sip_destroy(p); */
+ ao2_unlock(peer);
return -1;
}
/* Recalculate our side, and recalculate Call ID */
More information about the asterisk-commits
mailing list