aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-10-03 05:55:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-10-03 05:55:26 +0000
commit15a08ae521b7a84aa00439e8fd6468b02400d081 (patch)
tree9825addabab5cc8884d0f8d24f256d0d5a03a277 /gtk/voip_calls.c
parent9e273834dce21dad37a12dd16f48d122f29e28d4 (diff)
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
Diffstat (limited to 'gtk/voip_calls.c')
-rw-r--r--gtk/voip_calls.c2
1 files changed, 2 insertions, 0 deletions
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);
}