From 12693decd1a7031ff5ecdbccafcfd881f1caff7d Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 2 Nov 2003 13:15:57 -0800 Subject: [PATCH] [svn] Revert DEBUG_MALLOC to undefined. --- src/xmalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmalloc.h b/src/xmalloc.h index 7729e5ab..1ac2365d 100644 --- a/src/xmalloc.h +++ b/src/xmalloc.h @@ -33,7 +33,7 @@ so, delete this exception statement from your version. */ /* Define this if you want primitive but extensive malloc debugging. It will make Wget extremely slow, so only do it in development builds. */ -#define DEBUG_MALLOC +#undef DEBUG_MALLOC /* When DEBUG_MALLOC is not defined (which is normally the case), the allocation functions directly map to *_real wrappers. In the