summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-03-11 17:04:46 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-03-11 17:04:46 +0000
commit15a12635e6085f3915432eb30ae9e7e22408f65c (patch)
tree7a3a512905d7fee7364b3b44023c254be6dbeb7d /include
parent60d58b8d15cb51004f85177dee48df0bd97fb975 (diff)
Turn off malloc debugging of astobj2, since it apparently doesn't work too well during startup.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@181301 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
*