Wireshark-commits: [Wireshark-commits] master e3dd3f9: Qt: fix memleaks related to interface dialog

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Dec 2015 05:44:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3dd3f97f1f2afe18501adcfac9400ddc3e3c0a5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e3dd3f9 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: fix memleaks related to interface dialog
    
    Also fix a not-so-problematic recent files "leak" when quitting
    Wireshark.
    
    Change-Id: I8556b07c197f0934f93d6da8c573c47fbd3fc060
    Reviewed-on: https://code.wireshark.org/review/12529
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fb0246c   Make zlib API constness-aware
    adds  e3dd3f9   Qt: fix memleaks related to interface dialog


Summary of changes:
 ui/qt/capture_interfaces_dialog.cpp |    6 ++----
 ui/qt/interface_tree.cpp            |   24 +++++++++---------------
 ui/qt/wireshark_application.cpp     |    5 ++++-
 3 files changed, 15 insertions(+), 20 deletions(-)