From: wessels <> Date: Tue, 18 Aug 1998 09:04:35 +0000 (+0000) Subject: comment X-Git-Tag: SQUID_3_0_PRE1~2862 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd8fe6ea74ef44d72d5b4d3d51af89e5d6fccc9e;p=thirdparty%2Fsquid.git comment --- diff --git a/src/store_client.cc b/src/store_client.cc index e0bf454cf6..c24332bb71 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -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