]> git.ipfire.org Git - thirdparty/squid.git/commit
Avoid Comm::Connection leaks when helpers are reconfigured or otherwise closed.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 19 May 2013 03:35:34 +0000 (21:35 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 May 2013 03:35:34 +0000 (21:35 -0600)
commit70b465815e7f807395d1922b394f8a7870bda9e1
tree9aee082539aa2a9f94449807d7a9ed6568fc4166
parent3e469f20ba7ae91a936f68dbd74358929ebd9cb6
Avoid Comm::Connection leaks when helpers are reconfigured or otherwise closed.

CBDATA_CLASS2 classes must be deleted using C++ delete, not cbdataFree().
cbdataFree() does not call the class destructor.
src/helper.cc