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 ff803f1773..f02cb33c72 100644
--- a/tshark.c
+++ b/tshark.c
@@ -2202,6 +2202,7 @@ clean_exit:
#endif
col_cleanup(&cfile.cinfo);
free_filter_lists();
+ wtap_cleanup();
return exit_status;
}