From: wessels <> Date: Thu, 17 Jul 1997 04:57:42 +0000 (+0000) Subject: close mime.conf X-Git-Tag: SQUID_3_0_PRE1~4871 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=337d4867e2a2e192c94366761a7d15cdf6c7a3ab;p=thirdparty%2Fsquid.git close mime.conf --- diff --git a/src/mime.cc b/src/mime.cc index 5c10d3ce2f..a0a279fac3 100644 --- a/src/mime.cc +++ b/src/mime.cc @@ -1,5 +1,5 @@ /* - * $Id: mime.cc,v 1.31 1997/07/14 19:24:38 wessels Exp $ + * $Id: mime.cc,v 1.32 1997/07/16 22:57:42 wessels Exp $ * * DEBUG: section 25 MIME Parsing * AUTHOR: Harvest Derived @@ -372,4 +372,5 @@ mimeInit(char *filename) *MimeTableTail = m; MimeTableTail = &m->next; } + fclose(fp); }