]> git.ipfire.org Git - thirdparty/squid.git/commit
Alex reports getting coredumps (with high debugging) at process
authorwessels <>
Tue, 24 Oct 2006 10:48:10 +0000 (10:48 +0000)
committerwessels <>
Tue, 24 Oct 2006 10:48:10 +0000 (10:48 +0000)
commit0cfa98cb1363eee90d12d762b84b67d98aec2f35
tree6993b4778ef6b6e8ba7f63b5d0d6036ddccf215c
parentf64df672a4d79e5b04b65e2b3f55b83b3a5eaded
Alex reports getting coredumps (with high debugging) at process
exit because debug_log got closed, but was not set to NULL.  Seems
like we should not call fclose() before exit so that destructors
can write debugging if necessary.  The file will be closed anyway
when the process truly exits.
src/main.cc