Wireshark-commits: [Wireshark-commits] master-2.0 a2ea9c6: Qt: fix memleaks related to interface di

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

Commits:

a2ea9c6 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>
    (cherry picked from commit e3dd3f97f1f2afe18501adcfac9400ddc3e3c0a5)
    Reviewed-on: https://code.wireshark.org/review/12670
    

Actions performed:

    from  75b85f1   Report an error if the IP total length is bigger than the containing length.
    adds  a2ea9c6   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(-)