]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix a memory leak when logging the authenticated username
authorhno <>
Thu, 14 Feb 2002 07:59:50 +0000 (07:59 +0000)
committerhno <>
Thu, 14 Feb 2002 07:59:50 +0000 (07:59 +0000)
src/client_side.cc

index ba5721dfef809aa0f3515139ba71fe015caef72e..83e48adb08fddb4d764231140744d800e50b7b56 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.562 2002/02/13 19:34:01 hno Exp $
+ * $Id: client_side.cc,v 1.563 2002/02/14 00:59:50 hno Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -817,6 +817,7 @@ httpRequestFree(void *data)
     safe_free(http->log_uri);
     safe_free(http->al.headers.request);
     safe_free(http->al.headers.reply);
+    safe_free(http->al.cache.authuser);
     safe_free(http->redirect.location);
     stringClean(&http->range_iter.boundary);
     if ((e = http->entry)) {