diff options
author | Dario Lombardo <lomato@gmail.com> | 2017-02-03 22:41:31 +0100 |
---|---|---|
committer | Michael Mann <mmann78@netscape.net> | 2017-02-10 13:31:01 +0000 |
commit | 59fc668845e57cf988226c3c19984c8bd83458d3 (patch) | |
tree | de0cdac0f4a6c37b75e605c7f0c6a73580caa4b4 /tshark.c | |
parent | b54c43801112711dcba341f3eb4701678a0e1916 (diff) | |
download | wireshark-59fc668845e57cf988226c3c19984c8bd83458d3.tar.gz wireshark-59fc668845e57cf988226c3c19984c8bd83458d3.tar.bz2 wireshark-59fc668845e57cf988226c3c19984c8bd83458d3.zip |
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 'tshark.c')
-rw-r--r-- | tshark.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2200,6 +2200,7 @@ clean_exit: #ifdef HAVE_LIBPCAP capture_opts_cleanup(&global_capture_opts); #endif + col_cleanup(&cfile.cinfo); return exit_status; } |