]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
comment
authorwessels <>
Tue, 18 Aug 1998 09:04:35 +0000 (09:04 +0000)
committerwessels <>
Tue, 18 Aug 1998 09:04:35 +0000 (09:04 +0000)
src/store_client.cc

index e0bf454cf65f50549b8eeef75ef9ec7c2eba181e..c24332bb719cecc82ede021c97c5bd7088433b81 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_client.cc,v 1.35 1998/07/30 05:52:32 wessels Exp $
+ * $Id: store_client.cc,v 1.36 1998/08/18 03:04:35 wessels Exp $
  *
  * DEBUG: section 20    Storage Manager Client-Side Interface
  * AUTHOR: Duane Wessels
@@ -411,6 +411,7 @@ storeUnregister(StoreEntry * e, void *data)
     if (sc->swapin_fd > -1) {
        commSetSelect(sc->swapin_fd, COMM_SELECT_READ, NULL, NULL, 0);
        file_close(sc->swapin_fd);
+       /* XXX this probably leaks file_read handler structures */
     }
 #if USE_ASYNC_IO
     else