]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
FUM bugs
authorwessels <>
Thu, 30 Oct 1997 12:19:52 +0000 (12:19 +0000)
committerwessels <>
Thu, 30 Oct 1997 12:19:52 +0000 (12:19 +0000)
src/errorpage.cc

index 3df4a9ef02e26875c0e5e9f0ed456fb1797a538c..3bbbcab93b148f1cd7b4e50d3084cc4394c2ef56 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: errorpage.cc,v 1.96 1997/10/30 03:31:20 wessels Exp $
+ * $Id: errorpage.cc,v 1.97 1997/10/30 05:19:52 wessels Exp $
  *
  * DEBUG: section 4     Error Generation
  * AUTHOR: Duane Wessels
@@ -143,7 +143,6 @@ errorAppendEntry(StoreEntry * entry, ErrorState * err)
     if (mem)
        mem->reply->code = err->http_status;
     errorStateFree(err);
-    xfree(err);
 }
 
 /*
@@ -192,7 +191,6 @@ errorSendComplete(int fd, char *buf, int size, int errflag, void *data)
            comm_close(fd);
     }
     errorStateFree(err);
-    cbdataFree(err);
 }
 
 static void