From: Christos Tsantilas Date: Mon, 4 Jun 2012 11:10:49 +0000 (-0600) Subject: Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889 X-Git-Tag: SQUID_3_2_0_18~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=562469eb92c075360d9af69f21e924b283b7e588;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 f685fae5ec..d6eb01aa87 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1906,6 +1906,9 @@ SquidShutdown() } #endif + // clear StoreController + Store::Root(NULL); + fdDumpOpen(); comm_exit();