From: wessels <> Date: Thu, 30 Oct 1997 12:19:52 +0000 (+0000) Subject: FUM bugs X-Git-Tag: SQUID_3_0_PRE1~4622 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=928494c0ea211a9915e3093596d72677a83fada5;p=thirdparty%2Fsquid.git FUM bugs --- diff --git a/src/errorpage.cc b/src/errorpage.cc index 3df4a9ef02..3bbbcab93b 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -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