aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-11 17:04:46 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-11 17:04:46 +0000
commitc6fbda10d40eb1be98395984d605aa55880bd588 (patch)
tree7a3a512905d7fee7364b3b44023c254be6dbeb7d /include
parent880672dcb67612fb8ea3e5a759144c13f3c35d75 (diff)
Turn off malloc debugging of astobj2, since it apparently doesn't work too well during startup.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@181301 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/astobj2.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h
index fc46c2a2f..c8a464ed7 100644
--- a/include/asterisk/astobj2.h
+++ b/include/asterisk/astobj2.h
@@ -19,10 +19,6 @@
#include "asterisk/compat.h"
-#ifdef MALLOC_DEBUG
-#define REF_DEBUG
-#endif
-
/*! \file
* \ref AstObj2
*