]> git.ipfire.org Git - thirdparty/squid.git/commit
Add a cbdataReferenceDone() call to match the cbdataReference() call
authoradrian <>
Fri, 25 Oct 2002 05:22:29 +0000 (05:22 +0000)
committeradrian <>
Fri, 25 Oct 2002 05:22:29 +0000 (05:22 +0000)
commit4277be1cf4a76a63112d7338f9284b06c4b422ab
tree72a3bc81d0890bd07c0ff2d22c8db25a945d192e
parent59e12f931f674f44910f3c5a9a7b0cec1d1a990a
Add a cbdataReferenceDone() call to match the cbdataReference() call
performed in aclChecklistCreate().

In a nutshell, this wasn't a memory leak, but it was a lock-leak -
the acl itself wasn't being freed, but the refcount slowly crept
upwards.
src/acl.cc