[asterisk-commits] r164736 - svn:log

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Feb 25 21:45:42 CST 2009


Author: russell
Revision: 164736
Modified property: svn:log

Modified: svn:log at Wed Feb 25 21:45:42 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Feb 25 21:45:42 2009
@@ -1,0 +1,13 @@
+Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS.
+
+One issue was that the ast_mutex_* API was being used within the context of the
+thread local data destructors.  We would go off and allocate more thread local data
+while the pthread lib was in the middle of destroying it all.  This led to a memory 
+leak.
+
+Another issue was an invalid argument being provided to the the object_add
+API call.
+
+(closes issue #13678)
+Reported by: ys
+Tested by: russell




More information about the asterisk-commits mailing list