]> 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 02:31:15 +0000 (20:31 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 May 2013 02:31:15 +0000 (20:31 -0600)
commit0487053987b1e5508bb544d6173e8fabb1d09f4c
tree89a4789cb35188f1cc7a3d1dbd932b3730293641
parentb47398c252abdbba08d3249418df5ad364727fb0
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