From 9ced31a2d7a78e22454aba5fa1a0f2655e2a57cf Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Fri, 3 Feb 2017 23:15:56 +0100 Subject: filter_list: add cleanup function and call it on exit. Change-Id: I51d8074cc5a63d4fd3af8852df120d6b4163217f Reviewed-on: https://code.wireshark.org/review/19942 Reviewed-by: Michael Mann --- tshark.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tshark.c') diff --git a/tshark.c b/tshark.c index d883e02d9b..8570d3497f 100644 --- a/tshark.c +++ b/tshark.c @@ -2201,6 +2201,7 @@ clean_exit: capture_opts_cleanup(&global_capture_opts); #endif col_cleanup(&cfile.cinfo); + free_filter_lists(); return exit_status; } -- cgit v1.2.1