Sat Oct 2 01:15:20 CEST 1999 Modified Files in squid/src client_side.c Plug a unfrequent memory leak if reply_body_max_size is used. ----------------------------------------------------------------- Index: squid/src/client_side.c diff -u squid/src/client_side.c:1.1.1.43.2.8 squid/src/client_side.c:1.1.1.43.2.9 --- squid/src/client_side.c:1.1.1.43.2.8 Sun Sep 19 20:03:50 1999 +++ squid/src/client_side.c Sat Oct 2 01:15:18 1999 @@ -1619,6 +1619,7 @@ http->entry = clientCreateStoreEntry(http, http->request->method, null_request_flags); errorAppendEntry(http->entry, err); + httpReplyDestroy(rep); return; } else if (rep) { body_size = size - rep->hdr_sz;