From 21acde48a9bf49e192a89adb4e8bae20787271b1 Mon Sep 17 00:00:00 2001 From: James McCulloch Date: Sat, 27 Mar 2010 08:28:31 +0000 Subject: [PATCH] * disabled leak dumper, causes broken build on linux --- source/shared_lib/include/util/leak_dumper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/include/util/leak_dumper.h b/source/shared_lib/include/util/leak_dumper.h index 9af034f91..e43f0c7ed 100644 --- a/source/shared_lib/include/util/leak_dumper.h +++ b/source/shared_lib/include/util/leak_dumper.h @@ -12,7 +12,7 @@ #ifndef _LEAKDUMPER_H_ #define _LEAKDUMPER_H_ -#define SL_LEAK_DUMP +//#define SL_LEAK_DUMP //SL_LEAK_DUMP controls if leak dumping is enabled or not #ifdef SL_LEAK_DUMP