From 72bba57deb6d99db4558ae17d0e842ec1c505e91 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sun, 15 May 2016 18:24:34 +0200 Subject: tshark: fix double memory free when analyzing several RTP streams Bug: 12430 Change-Id: I4f77aee4102edb9d5d8d450de962ca1f4b33bb71 Reviewed-on: https://code.wireshark.org/review/15434 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin --- ui/cli/tap-rtp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/cli') diff --git a/ui/cli/tap-rtp.c b/ui/cli/tap-rtp.c index 17fd2b740a..71243474de 100644 --- a/ui/cli/tap-rtp.c +++ b/ui/cli/tap-rtp.c @@ -124,7 +124,6 @@ rtp_streams_stat_draw(void *arg _U_) list = g_list_next(list); - g_free(payload_type); wmem_free(NULL, src_addr); wmem_free(NULL, dst_addr); wmem_free(NULL, payload_type); -- cgit v1.2.1