]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
close mime.conf
authorwessels <>
Thu, 17 Jul 1997 04:57:42 +0000 (04:57 +0000)
committerwessels <>
Thu, 17 Jul 1997 04:57:42 +0000 (04:57 +0000)
src/mime.cc

index 5c10d3ce2f1145ba75236f194d26c29657b1fb07..a0a279fac3a6f2a65e2e7a230448328db61f3095 100644 (file)
@@ -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);
 }