aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tshark.c b/tshark.c
index c603dc584f..c5d4fb6ffc 100644
--- a/tshark.c
+++ b/tshark.c
@@ -2564,9 +2564,6 @@ capture(void)
fflush(stderr);
g_string_free(str, TRUE);
- /* initialize the counts hash with null */
- global_info_data.counts.counts_hash = NULL;
-
ret = sync_pipe_start(&global_capture_opts, &global_capture_session, &global_info_data, NULL);
if (!ret)