Wireshark-commits: [Wireshark-commits] master 9ced31a: filter_list: add cleanup function and call i

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 Feb 2017 13:35:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9ced31a2d7a78e22454aba5fa1a0f2655e2a57cf
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9ced31a by Dario Lombardo (lomato@xxxxxxxxx):

    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 <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  59fc668   Clean columns on exit.
    adds  9ced31a   filter_list: add cleanup function and call it on exit.


Summary of changes:
 filter_files.c                  |   17 +++++++++++++++++
 filter_files.h                  |    5 +++++
 sharkd.c                        |    1 +
 tshark.c                        |    1 +
 ui/gtk/main.c                   |    1 +
 ui/qt/wireshark_application.cpp |    5 +++++
 ui/qt/wireshark_application.h   |    1 +
 7 files changed, 31 insertions(+)