]> sjero.net Git - wget/commitdiff
[svn] Revert DEBUG_MALLOC to undefined.
authorhniksic <devnull@localhost>
Sun, 2 Nov 2003 21:15:57 +0000 (13:15 -0800)
committerhniksic <devnull@localhost>
Sun, 2 Nov 2003 21:15:57 +0000 (13:15 -0800)
src/xmalloc.h

index 7729e5ababb545e09d447e8584b0a0eda262bdb2..1ac2365d812aff3d2012f673b88798a05506ece8 100644 (file)
@@ -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