From: wessels <> Date: Sat, 12 Oct 1996 00:04:57 +0000 (+0000) Subject: protect netdb call with USE_ICMP X-Git-Tag: SQUID_3_0_PRE1~5677 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70fd85de099dd2db2076463bf22dc7d0c043bda3;p=thirdparty%2Fsquid.git protect netdb call with USE_ICMP --- diff --git a/src/tools.cc b/src/tools.cc index 2b0fe9b519..5a9690a98f 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -1,6 +1,6 @@ /* - * $Id: tools.cc,v 1.70 1996/10/10 22:20:30 wessels Exp $ + * $Id: tools.cc,v 1.71 1996/10/11 18:04:57 wessels Exp $ * * DEBUG: section 21 Misc Functions * AUTHOR: Harvest Derived @@ -307,7 +307,9 @@ normal_shutdown(void) fdstatFreeMemory(); errorpageFreeMemory(); stmemFreeMemory(); +#if USE_ICMP netdbFreeMemory(); +#endif ipcacheFreeMemory(); fqdncacheFreeMemory(); debug(21, 0, "Squid Cache (Version %s): Exiting normally.\n",