From: Christos Tsantilas Date: Tue, 5 Jun 2012 09:10:03 +0000 (-0600) Subject: Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889 X-Git-Tag: SQUID_3_1_20~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f3048195b747f68d168d522f02db524c4b5b70a;p=thirdparty%2Fsquid.git Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889 --- diff --git a/src/main.cc b/src/main.cc index f18d218f9e..e8895a2e0e 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1808,6 +1808,9 @@ SquidShutdown() } #endif + // clear StoreController + Store::Root(NULL); + fdDumpOpen(); comm_exit();