From: Amos Jeffries Date: Fri, 25 Mar 2016 21:03:30 +0000 (+1300) Subject: Fix build issue in X-Accelerator-Vary X-Git-Tag: SQUID_4_0_8~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff962d7ed70e5b4e5cbea3e3eb1d0bac23dc7557;p=thirdparty%2Fsquid.git Fix build issue in X-Accelerator-Vary --- diff --git a/src/http.cc b/src/http.cc index fcfea3d963..e6092d5908 100644 --- a/src/http.cc +++ b/src/http.cc @@ -630,7 +630,6 @@ httpMakeVaryMark(HttpRequest * request, HttpReply const * reply) vstr.append(", ", 2); vstr.append(name); hdr = request->header.getByName(name); - safe_free(name); value = hdr.termedBuf(); if (value) {