From 7b538b5bc22c5d907142428ade32d070e4fa404d Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 7 Aug 2009 05:55:22 +0000 Subject: [PATCH] for now, turn off MEMPARANOIA git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9102 d7cf8633-e32d-0410-b094-e92efae38249 --- zone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone.h b/zone.h index 1f721de9..a4f852dc 100644 --- a/zone.h +++ b/zone.h @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //#define MEMCLUMPING // div0: heap overflow detection paranoia -#define MEMPARANOIA 1 +//#define MEMPARANOIA 1 #if MEMCLUMPING // give malloc padding so we can't waste most of a page at the end -- 2.39.2