From: wessels <> Date: Wed, 5 Jan 2000 09:20:35 +0000 (+0000) Subject: leakTouch() call from debugging mistakenly got committed X-Git-Tag: SQUID_3_0_PRE1~2094 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c8a6e6ad9a52707792cfd97fcf23855b9990a2e;p=thirdparty%2Fsquid.git leakTouch() call from debugging mistakenly got committed --- diff --git a/src/store_client.cc b/src/store_client.cc index f7c13f9f3e..c15c6339af 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -1,6 +1,6 @@ /* - * $Id: store_client.cc,v 1.81 2000/01/03 19:37:47 wessels Exp $ + * $Id: store_client.cc,v 1.82 2000/01/05 02:20:35 wessels Exp $ * * DEBUG: section 20 Storage Manager Client-Side Interface * AUTHOR: Duane Wessels @@ -153,7 +153,6 @@ storeClientCallback(store_client * sc, ssize_t sz) char *buf = sc->copy_buf; assert(sc->callback); assert(sc->copy_buf); - leakTouch(buf); sc->callback = NULL; sc->copy_buf = NULL; if (cbdataValid(sc->callback_data))