From: hno <> Date: Wed, 13 Feb 2002 07:57:18 +0000 (+0000) Subject: Oops.. we should use xfree(), not free() X-Git-Tag: SQUID_3_0_PRE1~1195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed7f6f8f3e3aca682b682cb267dafc28b2f4de86;p=thirdparty%2Fsquid.git Oops.. we should use xfree(), not free() --- diff --git a/src/snmp_core.cc b/src/snmp_core.cc index a6da57457f..a860e1e85a 100644 --- a/src/snmp_core.cc +++ b/src/snmp_core.cc @@ -1,6 +1,6 @@ /* - * $Id: snmp_core.cc,v 1.52 2002/02/13 00:50:34 hno Exp $ + * $Id: snmp_core.cc,v 1.53 2002/02/13 00:57:18 hno Exp $ * * DEBUG: section 49 SNMP support * AUTHOR: Glenn Chisholm @@ -525,7 +525,7 @@ snmpDecodePacket(snmp_request_t * rq) snmp_free_pdu(PDU); } if (Community) - free(Community); + xfree(Community); } /*