From: wessels <> Date: Fri, 11 Oct 1996 00:52:23 +0000 (+0000) Subject: memory problem X-Git-Tag: SQUID_3_0_PRE1~5686 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6f7f279548e8c0c29f4cde35fdbf27e56975dca;p=thirdparty%2Fsquid.git memory problem --- diff --git a/src/store.cc b/src/store.cc index b20e25fc4c..b46d6735ee 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.127 1996/10/10 18:48:52 wessels Exp $ + * $Id: store.cc,v 1.128 1996/10/10 18:52:23 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -603,6 +603,7 @@ storeUnlockObject(StoreEntry * e) storePurgeMem(e); } else { requestUnlink(mem->request); + mem->request = NULL; } return 0; }