]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
MLK
authorwessels <>
Thu, 28 May 1998 11:20:43 +0000 (11:20 +0000)
committerwessels <>
Thu, 28 May 1998 11:20:43 +0000 (11:20 +0000)
src/client_db.cc

index b0578a7fd146589245db3311708639f70d6a0533..df6f5496a185670a29479f8f45d49f58c8a66fb7 100644 (file)
@@ -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