aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_session.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-12 16:00:36 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-12 23:01:14 +0000
commitfb877ef5dac9ad3116021eaa2605ef29ba2d1a7c (patch)
tree3e4fdf47b403719907d89e1557c217e072692b1d /sharkd_session.c
parent4e0de38081fdf8cad84b90eaa842a08c2ddbdb87 (diff)
Get rid of some GTK+-only stuff.
Change-Id: I6c14429d4d473464ad7bea18dee07c3adf34664d Reviewed-on: https://code.wireshark.org/review/27479 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'sharkd_session.c')
-rw-r--r--sharkd_session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharkd_session.c b/sharkd_session.c
index c278295f4f..a9545790cb 100644
--- a/sharkd_session.c
+++ b/sharkd_session.c
@@ -1857,7 +1857,7 @@ sharkd_session_free_tap_rtd_cb(void *arg)
{
rtd_data_t *rtd_data = (rtd_data_t *) arg;
- free_rtd_table(&rtd_data->stat_table, NULL, NULL);
+ free_rtd_table(&rtd_data->stat_table);
g_free(rtd_data);
}