aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-05 10:23:26 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-05 10:23:26 +0000
commitd4e628eb4ca96ba16142d32726e5083fb0af5296 (patch)
treea4613f8a92ad31e9b9e73dfbdbada93e29c36a5a /plugins/mgcp
parent48c8f482e35756e4c8c9e4b5ef2074d000d4eac9 (diff)
From Chris Maynard: free a string obtained with "tvb_get_string()".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12958 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/mgcp')
-rw-r--r--plugins/mgcp/packet-mgcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mgcp/packet-mgcp.c b/plugins/mgcp/packet-mgcp.c
index 231bed3a62..f7faa19874 100644
--- a/plugins/mgcp/packet-mgcp.c
+++ b/plugins/mgcp/packet-mgcp.c
@@ -1510,7 +1510,7 @@ dissect_mgcp_connectionparams(proto_tree *parent_tree, tvbuff_t *tvb, gint offse
}
g_strfreev(typval);
g_strfreev(tokens);
-
+ g_free(tokenline);
}
/*