From: serassio <> Date: Sun, 26 Feb 2006 21:34:27 +0000 (+0000) Subject: Bug #1481: delay pools given too much bandwidht after "-k reconfigure" X-Git-Tag: SQUID_3_0_PRE4~308 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbdd8f135af13223571814cba5275416df0bed48;p=thirdparty%2Fsquid.git Bug #1481: delay pools given too much bandwidht after "-k reconfigure" Forward port of 2.5 patch. --- diff --git a/src/delay_pools.cc b/src/delay_pools.cc index 6a2fb9f2a6..4f4127ef27 100644 --- a/src/delay_pools.cc +++ b/src/delay_pools.cc @@ -1,6 +1,6 @@ /* - * $Id: delay_pools.cc,v 1.43 2005/04/18 21:52:42 hno Exp $ + * $Id: delay_pools.cc,v 1.44 2006/02/26 14:34:27 serassio Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: Robert Collins @@ -555,6 +555,7 @@ DelayPools::InitDelayData() void DelayPools::FreeDelayData() { + eventDelete(DelayPools::Update, NULL); delete[] DelayPools::delay_data; DelayPools::MemoryUsed -= pools() * sizeof(*DelayPools::delay_data); pools_ = 0;