From 15a08ae521b7a84aa00439e8fd6468b02400d081 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 3 Oct 2005 05:55:26 +0000 Subject: From Alejandro Vaquero: New "Fax T38 Analysis" added to the "Statistics" menu to: - Reassemble the HDLC t30 frames and dissect the header. - Analyze the UPDTLPacket seq num for packet lost - Stats of V.x Data: - Count the Data bytes - Duration - Wrong seq num - Max Burst of packet lost svn path=/trunk/; revision=16073 --- gtk/voip_calls.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/voip_calls.c') diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c index 034828436e..56eea3c55c 100644 --- a/gtk/voip_calls.c +++ b/gtk/voip_calls.c @@ -168,6 +168,8 @@ void voip_calls_reset(voip_calls_tapinfo_t *tapinfo) graph_item = list->data; g_free(graph_item->frame_label); g_free(graph_item->comment); + g_free((void *)graph_item->src_addr.data); + g_free((void *)graph_item->dst_addr.data); g_free(list->data); list = g_list_next(list); } -- cgit v1.2.3