]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- removed extra free(prefix_p)
authorrousskov <>
Fri, 29 May 1998 10:34:48 +0000 (10:34 +0000)
committerrousskov <>
Fri, 29 May 1998 10:34:48 +0000 (10:34 +0000)
src/client_side.cc

index f549a07b9fc974e133b766fbb3f0364e8efec7e0..8e063838d9ae67e5bf81e92156fd7c54729e279c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.320 1998/05/28 23:35:29 wessels Exp $
+ * $Id: client_side.cc,v 1.321 1998/05/29 04:34:48 rousskov Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -1903,7 +1903,6 @@ parseHttpRequest(ConnStateData * conn, method_t * method_p, int *status,
     header_sz = headersEnd(req_hdr, conn->in.offset - (req_hdr - inbuf));
     if (0 == header_sz) {
        debug(33, 3) ("parseHttpRequest: header_sz == 0\n");
-       xfree(inbuf);
        *status = 0;
        return NULL;
     }