aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-29 22:02:11 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-29 22:02:11 +0000
commit596dfa55f0f4f839bbbe9d96641389d4a2d56912 (patch)
tree9109b75d48d5a43ffe4aaeb8b650fab4aa3e9155 /packet-snmp.c
parente604b9e6934e18c5f863934d81cf959843cca75f (diff)
Another leak that isn't.
svn path=/trunk/; revision=8816
Diffstat (limited to 'packet-snmp.c')
-rw-r--r--packet-snmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-snmp.c b/packet-snmp.c
index 4255055d99..0c237f566c 100644
--- a/packet-snmp.c
+++ b/packet-snmp.c
@@ -10,7 +10,7 @@
*
* See RFCs 2570-2576 for SNMPv3
*
- * $Id: packet-snmp.c,v 1.118 2003/10/29 22:00:54 guy Exp $
+ * $Id: packet-snmp.c,v 1.119 2003/10/29 22:02:11 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1154,7 +1154,6 @@ dissect_common_pdu(tvbuff_t *tvb, int offset, packet_info *pinfo,
if (ret != ASN1_ERR_NOERROR) {
dissect_snmp_parse_error(tvb, offset, pinfo, tree,
"agent address", ret);
- g_free(agent_address);
return;
}
length = asn1.offset - start;