From d3aae02229ea03b68e086192f568ebc2d8f9e033 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 19 Jun 1999 22:36:05 +0000 Subject: [PATCH] remove comment about probable leak. I think its fixed since we removed the odd commSetSelect() call for new store interface. --- src/store_client.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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", -- 2.47.3