From: Christos Tsantilas Date: Fri, 1 Jun 2012 07:44:48 +0000 (-0600) Subject: Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889 X-Git-Tag: BumpSslServerFirst.take09~3^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fc379ea1aca4b3ff17fc836d953393158c16fa;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();