From: wessels <> Date: Sat, 19 Jun 1999 22:36:05 +0000 (+0000) Subject: remove comment about probable leak. I think its fixed X-Git-Tag: SQUID_3_0_PRE1~2146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3aae02229ea03b68e086192f568ebc2d8f9e033;p=thirdparty%2Fsquid.git remove comment about probable leak. I think its fixed since we removed the odd commSetSelect() call for new store interface. --- diff --git a/src/store_client.cc b/src/store_client.cc index 5f2a1a40ee..e7568ecfa3 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -1,6 +1,6 @@ /* - * $Id: store_client.cc,v 1.71 1999/05/22 07:42:10 wessels Exp $ + * $Id: store_client.cc,v 1.72 1999/06/19 16:36:05 wessels Exp $ * * DEBUG: section 20 Storage Manager Client-Side Interface * AUTHOR: Duane Wessels @@ -419,10 +419,8 @@ storeUnregister(StoreEntry * e, void *data) sc->flags.disk_io_pending = 0; if (e->store_status == STORE_OK && e->swap_status != SWAPOUT_DONE) storeSwapOut(e); - if (sc->swapin_sio) { + if (sc->swapin_sio) storeClose(sc->swapin_sio); - /* XXX this probably leaks file_read handler structures */ - } if ((callback = sc->callback) != NULL) { /* callback with ssize = -1 to indicate unexpected termination */ debug(20, 3) ("storeUnregister: store_client for %s has a callback\n",