Author: adrian.chadd
Date: Sun Jul 5 05:27:26 2009
New Revision: 14127
Modified:
branches/LUSCA_HEAD/src/store.c
Log:
Merge Squid-2 patch 12479 - fix store_url memory leak
Modified: branches/LUSCA_HEAD/src/store.c
==============================================================================
--- branches/LUSCA_HEAD/src/store.c (original)
+++ branches/LUSCA_HEAD/src/store.c Sun Jul 5 05:27:26 2009
@@ -199,6 +199,7 @@
mem->request = NULL;
ctx_exit(ctx); /* must exit before we free mem->url */
safe_free(mem->url);
+ safe_free(mem->store_url);
safe_free(mem->vary_headers);
safe_free(mem->vary_encoding);
memPoolFree(pool_memobject, mem);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---