From: wessels <> Date: Tue, 24 Sep 1996 04:32:22 +0000 (+0000) Subject: NULL the right thing in ip_acl_destroy X-Git-Tag: SQUID_3_0_PRE1~5741 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa1b6e03efc9165cacb477d3bc9101ea4e3ff06d;p=thirdparty%2Fsquid.git NULL the right thing in ip_acl_destroy --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index c0ec41598a..bde1d3bc63 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,5 +1,5 @@ /* - * $Id: cache_cf.cc,v 1.97 1996/09/20 20:55:29 wessels Exp $ + * $Id: cache_cf.cc,v 1.98 1996/09/23 22:32:22 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -283,7 +283,7 @@ ip_acl_destroy(ip_acl ** a) n = b->next; safe_free(b); } - a = NULL; + *a = NULL; } ip_access_type