aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-rtp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-07-09 01:56:27 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-07-09 01:56:27 +0000
commit45e9efc6a915f8c5b7874911c8836c9b7fdda7f5 (patch)
tree980adfbed6d1bac14a195b620b72da7c909378e9 /ui/cli/tap-rtp.c
parent1ae38887b67ecf14e4c36ca9817d2941b3b73f7b (diff)
From Evan Huus:
Fix leaks - don't g_strdup a string just to use it in a g_strdup_printf - clean up properly in error cases in lua bindings - misc. other missing g_free() calls - one missing fclose() in the new 80211_utils https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7454 svn path=/trunk/; revision=43617
Diffstat (limited to 'ui/cli/tap-rtp.c')
-rw-r--r--ui/cli/tap-rtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/cli/tap-rtp.c b/ui/cli/tap-rtp.c
index a2361313f5..20da2283bc 100644
--- a/ui/cli/tap-rtp.c
+++ b/ui/cli/tap-rtp.c
@@ -122,6 +122,7 @@ rtp_streams_stat_draw(void *arg _U_)
list = g_list_next(list);
+ g_free(payload_type);
}