summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-30 00:10:26 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-30 00:10:26 +0300
commita5406f20dba001d4491eb90296c181857c37eabf (patch)
treec85d6de53b28582cce008a6981554763ba464c06 /src/debug.h
parent4bb36d523c25c2b15f08197f59f2660fe7177508 (diff)
downloadplus-a5406f20dba001d4491eb90296c181857c37eabf.tar.gz
plus-a5406f20dba001d4491eb90296c181857c37eabf.tar.bz2
plus-a5406f20dba001d4491eb90296c181857c37eabf.tar.xz
plus-a5406f20dba001d4491eb90296c181857c37eabf.zip
Improve memory leak detector.
Add /dump chat command.
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h
index 0e8e19961..e89f8278e 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -20,6 +20,5 @@
#ifdef ENABLE_MEM_DEBUG
#define _DEBUG_NEW_EMULATE_MALLOC 1
-
#include "debug/debug_new.h"
#endif