From 59fc668845e57cf988226c3c19984c8bd83458d3 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Fri, 3 Feb 2017 22:41:31 +0100 Subject: Clean columns on exit. Change-Id: I950295c35fc67193d9825ebc741da151ad99e077 Reviewed-on: https://code.wireshark.org/review/19941 Petri-Dish: Dario Lombardo Reviewed-by: Michael Mann --- wireshark-qt.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'wireshark-qt.cpp') diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp index 827171a309..eaf2e0e307 100644 --- a/wireshark-qt.cpp +++ b/wireshark-qt.cpp @@ -946,6 +946,7 @@ clean_exit: #ifdef HAVE_LIBPCAP capture_opts_cleanup(&global_capture_opts); #endif + col_cleanup(&CaptureFile::globalCapFile()->cinfo); return ret_val; } -- cgit v1.2.1