aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_error_dlg.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-31 00:45:01 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-31 00:45:01 +0000
commitc54c8ca5b023c395ddc7ac718d7c2501626379a0 (patch)
tree32a354211ec9a3d6028971bedf2b4e0deb658f89 /gtk/sctp_error_dlg.c
parent76f472262178f0ee42018d3fb0f56205b4d7194b (diff)
Fix bug #3022: Fix potential memory leak
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26638 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/sctp_error_dlg.c')
-rw-r--r--gtk/sctp_error_dlg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/sctp_error_dlg.c b/gtk/sctp_error_dlg.c
index 15037da89b..9e63b9fd51 100644
--- a/gtk/sctp_error_dlg.c
+++ b/gtk/sctp_error_dlg.c
@@ -227,6 +227,8 @@ gtk_sctperror_dlg(void)
g_signal_connect(bt_close, "clicked", G_CALLBACK(sctp_error_on_close), NULL);
sctp_error_dlg = sctp_error_dlg_w;
+
+ g_free(col_arrows);
}