]> git.ipfire.org Git - thirdparty/squid.git/commit
Avoid a silly reuse after free.. the helper structure gets automatically
authorhno <>
Mon, 12 Aug 2002 04:59:56 +0000 (04:59 +0000)
committerhno <>
Mon, 12 Aug 2002 04:59:56 +0000 (04:59 +0000)
commit70160b49e4916e5d6643b8a74e61ea47612c544e
tree331c2be20b2373c9875627de8a394d3798fced40
parentd71e8477fd084ac89307776e7300dcf42ec1c91e
Avoid a silly reuse after free.. the helper structure gets automatically
freed when the filedescriptor is closed (close callback)
src/helper.cc