summaryrefslogtreecommitdiff
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-02-03 22:41:31 +0100
committerMichael Mann <mmann78@netscape.net>2017-02-10 13:31:01 +0000
commit59fc668845e57cf988226c3c19984c8bd83458d3 (patch)
treede0cdac0f4a6c37b75e605c7f0c6a73580caa4b4 /wireshark-qt.cpp
parentb54c43801112711dcba341f3eb4701678a0e1916 (diff)
downloadwireshark-59fc668845e57cf988226c3c19984c8bd83458d3.tar.gz
Clean columns on exit.
Change-Id: I950295c35fc67193d9825ebc741da151ad99e077 Reviewed-on: https://code.wireshark.org/review/19941 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}