/*
- * $Id: tools.cc,v 1.87 1996/11/24 04:19:14 wessels Exp $
+ * $Id: tools.cc,v 1.88 1996/11/25 02:36:46 wessels Exp $
*
* DEBUG: section 21 Misc Functions
* AUTHOR: Harvest Derived
PrintRusage(NULL, debug_log);
storeCloseLog();
statCloseLog();
+#if PURIFY
configFreeMemory();
diskFreeMemory();
storeFreeMemory();
netdbFreeMemory();
ipcacheFreeMemory();
fqdncacheFreeMemory();
+#endif
debug(21, 0, "Squid Cache (Version %s): Exiting normally.\n",
version_string);
fclose(debug_log);