]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
skip memory cleanups on shutdown even if built in leak check mode. Broken.
authorhno <>
Sun, 3 Sep 2006 11:32:53 +0000 (11:32 +0000)
committerhno <>
Sun, 3 Sep 2006 11:32:53 +0000 (11:32 +0000)
src/main.cc

index 9629de4e8a869c47c3e51de43964cb9106dc7e3a..fbaa592aaf25890b8794b6827eaf0b551a880ecd 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: main.cc,v 1.434 2006/09/03 04:09:36 hno Exp $
+ * $Id: main.cc,v 1.435 2006/09/03 05:32:53 hno Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
@@ -1685,7 +1685,7 @@ SquidShutdown()
     Store::Root().sync();              /* Flush log close */
     StoreFileSystem::FreeAllFs();
     DiskIOModule::FreeAllModules();
-#if LEAK_CHECK_MODE
+#if LEAK_CHECK_MODE && 0 /* doesn't work at the moment */
 
     configFreeMemory();
     storeFreeMemory();