]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
storeSwapInFileOpened now releases failed objects
authorwessels <>
Thu, 14 May 1998 03:30:14 +0000 (03:30 +0000)
committerwessels <>
Thu, 14 May 1998 03:30:14 +0000 (03:30 +0000)
src/client_side.cc

index 05ee35e1cdad45098f9cad97498229437a60e2cc..85be4510cb77ef6c7bc67711d9307ca916fa9daf 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.303 1998/05/11 21:34:09 wessels Exp $
+ * $Id: client_side.cc,v 1.304 1998/05/13 21:30:14 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -1109,7 +1109,6 @@ clientCacheHit(void *data, char *buf, ssize_t size)
        if ((e = http->entry)) {
            http->entry = NULL;
            storeUnregister(e, http);
-           storeRelease(e);
            storeUnlockObject(e);
        }
        clientProcessMiss(http);