Wireshark-commits: [Wireshark-commits] master e47f9fb: Qt: call cleanup from destructor in Wireshar

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Feb 2017 13:59:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e47f9fbeb090a68f9229b0f03c3f76a6285d2dff
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e47f9fb by Dario Lombardo (lomato@xxxxxxxxx):

    Qt: call cleanup from destructor in WiresharkApplication.
    
    This allow the correct cleanup routine to be called both when user
    exits and when application exits by itself (like in WIRESHARK_QUIT_AFTER_CAPTURE=1).
    
    Change-Id: I88e468bde029b4247ac90616f3aba0065a2b8e00
    Reviewed-on: https://code.wireshark.org/review/20210
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  f977ddd   Qt: free memory used by rtd_tables.
    adds  e47f9fb   Qt: call cleanup from destructor in WiresharkApplication.


Summary of changes:
 ui/qt/wireshark_application.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)