From: wessels <> Date: Thu, 28 May 1998 11:20:43 +0000 (+0000) Subject: MLK X-Git-Tag: SQUID_3_0_PRE1~3228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5d6c8447b72e2c8ace78c8f11ca2c532f12dc10;p=thirdparty%2Fsquid.git MLK --- diff --git a/src/client_db.cc b/src/client_db.cc index b0578a7fd1..df6f5496a1 100644 --- a/src/client_db.cc +++ b/src/client_db.cc @@ -1,6 +1,6 @@ /* - * $Id: client_db.cc,v 1.32 1998/05/24 03:41:08 wessels Exp $ + * $Id: client_db.cc,v 1.33 1998/05/28 05:20:43 wessels Exp $ * * DEBUG: section 0 Client Database * AUTHOR: Duane Wessels @@ -182,7 +182,9 @@ clientdbDump(StoreEntry * sentry) static void clientdbFreeItem(void *data) { - memFree(MEM_CLIENT_INFO, data); + ClientInfo *c = data; + safe_free(c->key); + memFree(MEM_CLIENT_INFO, c); } void