Oops, my fault here. Thanks to Pawel Worach for bringing the memleak to my attention and providing a valgrind trace to help me narrow down what was going on.
I've fixed this in 2.7 and 2.HEAD. Adrian ----- Forwarded message from Adrian Chadd <[EMAIL PROTECTED]> ----- Reply-To: Squid Developers <[email protected]> Date: Sat, 5 Jan 2008 00:33:18 -0700 (MST) From: Adrian Chadd <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: cvs commit: squid/src client_side.c client_side_rewrite.c client_side_storeurl_rewrite.c protos.h adrian 2008/01/05 00:33:18 MST Modified files: (Branch: SQUID_2_7) src client_side.c client_side_rewrite.c client_side_storeurl_rewrite.c protos.h Log: MFC: Fix HttpHdrCc leak - don't call clientInterpretRequestHeaders() twice. Tidy up the code slightly whilst we're at it. Revision Changes Path 1.754.2.2 +19 -1 squid/src/client_side.c 1.2.2.1 +1 -4 squid/src/client_side_rewrite.c 1.3.2.1 +3 -7 squid/src/client_side_storeurl_rewrite.c 1.547.2.2 +3 -1 squid/src/protos.h ----- End forwarded message -----
