]> git.ipfire.org Git - thirdparty/squid.git/commit
My recent ClientBody changes introduced a memory leak. This is awkward
authorwessels <>
Fri, 20 Jan 2006 05:15:18 +0000 (05:15 +0000)
committerwessels <>
Fri, 20 Jan 2006 05:15:18 +0000 (05:15 +0000)
commitb931b81347af5bfb68eca984f1352c5aeccbe1ae
treec29d5f2170c462d04fd64f3a9fa185db6bd28f1b
parente11fe29a9d5a780bd8800471cdfd71884e50b1d9
My recent ClientBody changes introduced a memory leak.  This is awkward
because ConnStateData and ClientBody have references to each other.
ClientBody has a RefCount::Pointer to ConnStateData, which must be NULLed
so the ConnStateData destructor will be called.
src/ClientBody.cc
src/client_side.cc