[svn-commits] tilghman: trunk r181301 - /trunk/include/asterisk/astobj2.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 11 12:04:49 CDT 2009


Author: tilghman
Date: Wed Mar 11 12:04:46 2009
New Revision: 181301

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=181301
Log:
Turn off malloc debugging of astobj2, since it apparently doesn't work too well during startup.

Modified:
    trunk/include/asterisk/astobj2.h

Modified: trunk/include/asterisk/astobj2.h
URL: http://svn.digium.com/svn-view/asterisk/trunk/include/asterisk/astobj2.h?view=diff&rev=181301&r1=181300&r2=181301
==============================================================================
--- trunk/include/asterisk/astobj2.h (original)
+++ trunk/include/asterisk/astobj2.h Wed Mar 11 12:04:46 2009
@@ -18,10 +18,6 @@
 #define _ASTERISK_ASTOBJ2_H
 
 #include "asterisk/compat.h"
-
-#ifdef MALLOC_DEBUG
-#define REF_DEBUG
-#endif
 
 /*! \file
  * \ref AstObj2




More information about the svn-commits mailing list