aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tshark.c b/tshark.c
index fa5f0468ba..d883e02d9b 100644
--- a/tshark.c
+++ b/tshark.c
@@ -2200,6 +2200,7 @@ clean_exit:
#ifdef HAVE_LIBPCAP
capture_opts_cleanup(&global_capture_opts);
#endif
+ col_cleanup(&cfile.cinfo);
return exit_status;
}