]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
memory problem
authorwessels <>
Fri, 11 Oct 1996 00:52:23 +0000 (00:52 +0000)
committerwessels <>
Fri, 11 Oct 1996 00:52:23 +0000 (00:52 +0000)
src/store.cc

index b20e25fc4ceca368494c09cac00c1c0edd2b37e7..b46d6735eeb0d9994fa67de0b8e5b0738fc09183 100644 (file)
@@ -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;
 }