aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/rpc_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/rpc_stat.c')
-rw-r--r--ui/gtk/rpc_stat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/gtk/rpc_stat.c b/ui/gtk/rpc_stat.c
index 3f7d32afa1..565de7b028 100644
--- a/ui/gtk/rpc_stat.c
+++ b/ui/gtk/rpc_stat.c
@@ -209,9 +209,7 @@ win_destroy_cb(GtkWindow *win _U_, gpointer data)
{
rpcstat_t *rs=(rpcstat_t *)data;
- protect_thread_critical_region();
remove_tap_listener(rs);
- unprotect_thread_critical_region();
free_srt_table_data(&rs->srt_table);
g_free(rs);