]> git.ipfire.org Git - thirdparty/squid.git/commit
Summary: BUGFIX: partial fix for leaking httpStateData.
authorrobertc <>
Thu, 10 Jul 2003 07:31:50 +0000 (07:31 +0000)
committerrobertc <>
Thu, 10 Jul 2003 07:31:50 +0000 (07:31 +0000)
commitd2d59a685e49ce318330b91c3a1b1352fa30b895
tree607ef77147221fea77310b1a63af7dafbcf855d1
parent4a972fa29826c564c14fa2f622cf6fb190cfec00
Summary: BUGFIX: partial fix for leaking httpStateData.
Keywords:

* ConnectStateData was not being deleted, just freed.
* Added the (optional, but good for clarity) virtual keywords to derived methods of CommCallbackData::deleteSelf.
* Fixup test/debug LDADD - Array.o was there while testing external new and delete.
* Add a test for compiler synthetic copy operators on objects that own ones with overriden operators.
src/comm.cc
test-suite/Makefile.am
test-suite/syntheticoperators.cc [new file with mode: 0644]