summaryrefslogtreecommitdiff
path: root/src/common/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/malloc.c')
-rw-r--r--src/common/malloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/malloc.c b/src/common/malloc.c
index 90efd04ee..93d03107b 100644
--- a/src/common/malloc.c
+++ b/src/common/malloc.c
@@ -112,7 +112,9 @@ char* _bstrdup(const char *chr)
#ifdef USE_MEMMGR
+#if defined(DEBUG)
#define DEBUG_MEMMGR
+#endif
/* USE_MEMMGR */