memory leak in acl.c

From: Robert Collins <robert.collins@dont-contact.us>
Date: Sun, 18 Feb 2001 19:35:50 +1100

Index: acl.c
===================================================================
RCS file: /cvsroot/squid/squid/src/acl.c,v
retrieving revision 1.21
diff -u -r1.21 acl.c
--- acl.c 2001/02/09 19:52:05 1.21
+++ acl.c 2001/02/18 08:33:05
@@ -2047,6 +2047,8 @@
        case ACL_BROWSER:
        case ACL_SRC_DOM_REGEX:
        case ACL_DST_DOM_REGEX:
+ case ACL_REP_MIME_TYPE:
+ case ACL_REQ_MIME_TYPE:
            aclDestroyRegexList(a->data);
            break;
        case ACL_PROTO:

says it all really.
Received on Sun Feb 18 2001 - 01:34:46 MST

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