]> git.ipfire.org Git - thirdparty/squid.git/commit
Regression Fix: Bug 2586: Memory leaks on reconfigure
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 23 Feb 2009 23:18:23 +0000 (01:18 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 23 Feb 2009 23:18:23 +0000 (01:18 +0200)
commitfcfc884ec13df1d7e88955a1bf2a3a221adcd7e1
treeaa2c1459b2560eeb25bc2f844f1f20f0f519ac09
parente08d498ff7b12acd94663bf43f8d86c15b460d5d
Regression Fix: Bug 2586: Memory leaks on reconfigure

The patch is not correct. Some of the objects freed here can be in use
during reconfigure.
src/cache_cf.cc
src/cache_manager.cc
src/mime.cc