aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsmmap/gsmmap.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-02-05 15:51:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-02-05 15:51:45 +0000
commit17608107ff86cd057a7a46983616a01b4ff25cd8 (patch)
tree8a6417f7589e16c7f63c77cd5aac2305fc4bc7aa /asn1/gsmmap/gsmmap.cnf
parent7b16126cd8865a1638f6ab54a1bcc1e358edfd41 (diff)
Remove g_free.
svn path=/trunk/; revision=13310
Diffstat (limited to 'asn1/gsmmap/gsmmap.cnf')
-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