]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Oops.. we should use xfree(), not free()
authorhno <>
Wed, 13 Feb 2002 07:57:18 +0000 (07:57 +0000)
committerhno <>
Wed, 13 Feb 2002 07:57:18 +0000 (07:57 +0000)
src/snmp_core.cc

index a6da57457fc093e6f24db649165791598ee9524e..a860e1e85ac0d7cde5e36667f059c3edaae8606f 100644 (file)
@@ -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);
 }
 
 /*