]> git.ipfire.org Git - thirdparty/squid.git/commit
Free the generic cbdata mempool allocation if we fail the storeOpen() -
authoradrian <>
Thu, 12 Feb 2004 09:31:55 +0000 (09:31 +0000)
committeradrian <>
Thu, 12 Feb 2004 09:31:55 +0000 (09:31 +0000)
commitad8f212f1ac5e05a900bc53fbc4cf13e24123084
treefa0f89abe6948930822596443f48f963e6d6786c
parentbdf7e1b4eaff68cc8379e5a0abd3654aac6e9d85
Free the generic cbdata mempool allocation if we fail the storeOpen() -
if we fail on open any subsequent calls to storeSwapOut() will simply
return immediately and so this memory is never freed.
src/store_swapout.cc