]> git.ipfire.org Git - thirdparty/squid.git/commit
Reduce cache_effective_user was leaking $HOME memory
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 2 Jun 2014 06:23:12 +0000 (23:23 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 2 Jun 2014 06:23:12 +0000 (23:23 -0700)
commit96b9d9627bdbe04e16c0a21956a7533223dc2be5
treefd7c951620db681af32192c072ea6c63567378d2
parent56a35ad1f0c66cdad042e28cfd1a1f41521d4d5d
Reduce cache_effective_user was leaking $HOME memory

putenv() leaks memory by design but there is no need to use it at all
when the path is unchanged.
src/cache_cf.cc