PATCH: req_mime_type acl's not freed on reconfigure

From: Robert Collins <robert.collins@dont-contact.us>
Date: Wed, 31 Jan 2001 23:35:08 +1100

Found this for rep_mime_type... looked and saw it was missing for req_mime_type as well....
Rob

Index: acl.c
===================================================================
RCS file: /cvsroot/squid/squid/src/acl.c,v
retrieving revision 1.17
diff -u -r1.17 acl.c
--- acl.c 2001/01/29 07:19:39 1.17
+++ acl.c 2001/01/31 12:33:21
@@ -2031,6 +2031,7 @@
        case ACL_BROWSER:
        case ACL_SRC_DOM_REGEX:
        case ACL_DST_DOM_REGEX:
+ case ACL_REQ_MIME_TYPE:
            aclDestroyRegexList(a->data);
            break;
        case ACL_PROTO:
Received on Wed Jan 31 2001 - 05:34:30 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:27 MST