[asterisk-commits] coreyfarrell: trunk r419443 - /trunk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 24 13:01:03 CDT 2014
Author: coreyfarrell
Date: Thu Jul 24 13:01:00 2014
New Revision: 419443
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=419443
Log:
Blocked revisions 419442
These change was applied to trunk in r419438
........
chan_sip: sip_subscribe_mwi_destroy should not call sip_destroy
sip_subscribe_mwi_destroy calls sip_destroy on the reference counted
mwi->call. This results in the fields of mwi->call being freed, but
mwi->call itself it leaked. If other code is still using mwi->call
it can cause problems. This change uses dialog_unref instead, to
balance the ref provided by sip_alloc().
ASTERISK-24087 #close
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/3834/
........
Merged revisions 419440 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 419441 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
trunk/ (props changed)
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-12-blocked (original)
+++ branch-12-blocked Thu Jul 24 13:01:00 2014
@@ -1,1 +1,1 @@
-/branches/12:398559,398578,399306,401391,403291,403779-403780,405350,405587,409762,410006,411512,411809,413282,415838,419316
+/branches/12:398559,398578,399306,401391,403291,403779-403780,405350,405587,409762,410006,411512,411809,413282,415838,419316,419442
More information about the asterisk-commits
mailing list