From: wessels <> Date: Thu, 28 May 1998 10:15:20 +0000 (+0000) Subject: MEM_4K_BUF leak X-Git-Tag: SQUID_3_0_PRE1~3234 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a328ec8f21bf0d2afc4d6fad8d0601360bda772;p=thirdparty%2Fsquid.git MEM_4K_BUF leak --- diff --git a/src/net_db.cc b/src/net_db.cc index 3039099ed6..879ded1d09 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -1,6 +1,6 @@ /* - * $Id: net_db.cc,v 1.111 1998/05/27 22:51:56 rousskov Exp $ + * $Id: net_db.cc,v 1.112 1998/05/28 04:15:20 wessels Exp $ * * DEBUG: section 37 Network Measurement Database * AUTHOR: Duane Wessels @@ -1021,6 +1021,7 @@ netdbBinaryExchange(StoreEntry * s) } assert(0 == i); storeBufferFlush(s); + memFree(MEM_4K_BUF, buf); #else httpReplyReset(reply); httpReplySetHeaders(reply, 1.0, HTTP_BAD_REQUEST, "Bad Request",