aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_chunk_stat_dlg.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-31 00:41:48 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-31 00:41:48 +0000
commit76f472262178f0ee42018d3fb0f56205b4d7194b (patch)
tree2d1d6309171909e9d9a9c5d307e38dd92a2bb28f /gtk/sctp_chunk_stat_dlg.c
parentfae4b10f10a46a80864642799aa82ac8474e27ea (diff)
Fix bug #3021: Fix potential memory leak
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26637 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/sctp_chunk_stat_dlg.c')
-rw-r--r--gtk/sctp_chunk_stat_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/sctp_chunk_stat_dlg.c b/gtk/sctp_chunk_stat_dlg.c
index 6ee968d34d..bc051df13b 100644
--- a/gtk/sctp_chunk_stat_dlg.c
+++ b/gtk/sctp_chunk_stat_dlg.c
@@ -325,6 +325,7 @@ gtk_sctpstat_dlg(struct sctp_udata *u_data, unsigned int direction)
cf_retap_packets(&cfile, FALSE);
+ g_free(col_arrows);
}