]> git.ipfire.org Git - thirdparty/squid.git/commit - src/authenticate.cc
Free the authenticate cache on shutdown. This fixes the error where
authorhno <>
Tue, 16 Jul 2002 04:13:27 +0000 (04:13 +0000)
committerhno <>
Tue, 16 Jul 2002 04:13:27 +0000 (04:13 +0000)
commitc623f072faf16d8f637b526820c0a9092ff11825
treee90600cc95a2d2af25c9cf4ab21aa7eda7cd19ab
parent593f8a68124cc1d9bf091d6b8511cd5115760ee7
Free the authenticate cache on shutdown. This fixes the error where
mempools complains about destroying a pool with items inuse when shutting
down the Basic auth scheme.

Does not affect Squid-2.5 as memPoolDestroy() isn't as picky there and
happily destroys the pool even if there is items in use.
src/authenticate.cc