[asterisk-commits] r367267 - svn:log

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 30 08:45:33 CDT 2012


Author: mjordan
Revision: 367267
Modified property: svn:log

Modified: svn:log at Wed May 30 08:45:33 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed May 30 08:45:33 2012
@@ -1,8 +1,9 @@
-Don't use a variable after calling ASTOBJ_UNREF on it
+Resolve crash in subscribing for MWI notifications
 
 ASTOBJ_UNREF sets the variable to NULL after unreffing it, so the variable
-should definitely not be used after that. To solve in these two cases, just
-save the ref locally, and unref that on the error condition.
+should definitely not be used after that. To solve this in the two cases
+that affect subscribing for MWI notifications, we instead save the ref
+locally, and unref them in the error conditions.
 
 (closes issue ASTERISK-19827)
 Reported by: B. R




More information about the asterisk-commits mailing list