aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-09-01 19:05:00 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-09-01 19:05:00 +0000
commitb177f170eb48b67aa16b1e469f9a58f7209eaf28 (patch)
tree9a10d3de6f39eec69a8e937809be1e8acab92fd9 /plugins
parent0ab779b04cc07ba85c112a2158d6fd2d7e3dc039 (diff)
convert to g_snprintf()
also make range_convert_range() return an emem allocated string svn path=/trunk/; revision=15660
Diffstat (limited to 'plugins')
-rw-r--r--plugins/asn1/packet-asn1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index 1e965e00cb..090e62e654 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -5002,9 +5002,6 @@ proto_reg_handoff_asn1(void) {
"asn1file=%s, pduname=%s, first_offset=%d, debug=%d, msg_win=%d, verbose=%d",
tcp_ports_asn1_string, udp_ports_asn1_string, sctp_ports_asn1_string, asn1_desegment,
asn1_filename, asn1_pduname, first_pdu_offset, asn1_debug, asn1_message_win, asn1_verbose);
- g_free(tcp_ports_asn1_string);
- g_free(udp_ports_asn1_string);
- g_free(sctp_ports_asn1_string);
}
#endif /* JUST_ONE_PORT */