]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
MEM_4K_BUF leak
authorwessels <>
Thu, 28 May 1998 10:15:20 +0000 (10:15 +0000)
committerwessels <>
Thu, 28 May 1998 10:15:20 +0000 (10:15 +0000)
src/net_db.cc

index 3039099ed61d9f61bf09fe3e4f95f0d49f085f58..879ded1d09feafe3a692bb4e288b94eb4d65c91f 100644 (file)
@@ -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",