Wireshark-commits: [Wireshark-commits] master df8b1a0: Qt: Fix a couple of resource leaks found by
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 6 Mar 2015 04:05:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=df8b1a0154108465f145c0eb53b5c0e8c166250c
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

df8b1a0 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fix a couple of resource leaks found by Coverity.
    
    Change-Id: Ic3156d8afc2fa237407f3893c34672b1306866fa
    Reviewed-on: https://code.wireshark.org/review/7420
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  49b8f99   bthfp:  Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    adds  df8b1a0   Qt: Fix a couple of resource leaks found by Coverity.


Summary of changes:
 ui/qt/qt_ui_utils.cpp      |    4 ++--
 ui/qt/sequence_diagram.cpp |    5 +++++
 ui/qt/sequence_diagram.h   |    1 +
 3 files changed, 8 insertions(+), 2 deletions(-)