aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-05 15:51:45 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-05 15:51:45 +0000
commit18db79f7ce5e6e484e4312a744441a3f1cb46bcb (patch)
tree8a6417f7589e16c7f63c77cd5aac2305fc4bc7aa /asn1
parent9d34d07a839f1c03c6f860fca4725e71b691e595 (diff)
Remove g_free.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13310 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/gsmmap/gsmmap.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/gsmmap/gsmmap.cnf b/asn1/gsmmap/gsmmap.cnf
index 48263f3f18..5434c82575 100644
--- a/asn1/gsmmap/gsmmap.cnf
+++ b/asn1/gsmmap/gsmmap.cnf
@@ -46,7 +46,7 @@ RequestedInfo/subscriberState subscriberStateFlag
digit_str = unpack_digits(parameter_tvb, 0);
proto_tree_add_string(tree, hf_gsm_map_imsi_digits, parameter_tvb, 0, -1, digit_str);
- g_free(digit_str);
+
#.END