Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master b4e972b: Fix a bunch of leaks found by Valgrind.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Sep 2015 20:37:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b4e972b7297b8835cacfc7ded7170de96140ce37
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b4e972b by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Fix a bunch of leaks found by Valgrind.
    
    Change-Id: I8862ed15d354aee487bacd80ab5fb4918423287e
    Reviewed-on: https://code.wireshark.org/review/10487
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  eca15bf   androiddump: fix compilation on Windows and OSX
    adds  b4e972b   Fix a bunch of leaks found by Valgrind.


Summary of changes:
 ui/qt/accordion_frame.cpp       |    2 +-
 ui/qt/display_filter_edit.h     |    2 +-
 ui/qt/file_set_dialog.h         |    2 +-
 ui/qt/funnel_statistics.cpp     |    4 ++--
 ui/qt/funnel_statistics.h       |    8 ++++----
 ui/qt/interface_tree.cpp        |    2 +-
 ui/qt/main_welcome.h            |    2 +-
 ui/qt/main_window.cpp           |   16 ++++++++--------
 ui/qt/main_window.h             |    8 ++++----
 ui/qt/main_window_slots.cpp     |    6 +++---
 ui/qt/progress_frame.cpp        |   23 ++++++++++++++---------
 ui/qt/progress_frame.h          |    4 ++++
 ui/qt/wireshark_application.cpp |    4 ++--
 ui/qt/wireshark_application.h   |    4 ++--
 wireshark-qt.cpp                |    4 ++--
 15 files changed, 50 insertions(+), 41 deletions(-)