From 3d28658a5f6cb95e32ac5c651859052c6c389704 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 4 Jun 2011 22:23:05 +0300 Subject: Disable malloc debuging in leak detector. --- src/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index e89f8278e..81a2e0526 100644 --- a/src/debug.h +++ b/src/debug.h @@ -19,6 +19,6 @@ */ #ifdef ENABLE_MEM_DEBUG -#define _DEBUG_NEW_EMULATE_MALLOC 1 +//define _DEBUG_NEW_EMULATE_MALLOC 1 #include "debug/debug_new.h" #endif -- cgit v1.2.3-60-g2f50