Wireshark-commits: [Wireshark-commits] master b09f249: Qt: Fix memory leak in zip helper

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Jul 2019 13:37:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b09f249a13846e0105dfc61c4c46a65bd71add65
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b09f249 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Fix memory leak in zip helper
    
    Memory allocated with malloc must be freed when done.
    
    Change-Id: I03fe15232cf589b4af3591018e842cf296e7ee2c
    Reviewed-on: https://code.wireshark.org/review/34120
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  348de74   Qt: Fix memory leak in Profile model
     add  b09f249   Qt: Fix memory leak in zip helper


Summary of changes:
 ui/qt/utils/wireshark_zip_helper.cpp | 2 ++
 1 file changed, 2 insertions(+)