Wireshark-commits: [Wireshark-commits] master 032a6ac: Fix memleaks in capture file dialog

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Sep 2016 01:33:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=032a6ac3be243c2bbf4b5d1010065a14b7784ddb
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

032a6ac by Peter Wu (peter@xxxxxxxxxxxxx):

    Fix memleaks in capture file dialog
    
    Tried to poke various fields (including the capture filter field), this
    revealed some memleaks.
    
    Change-Id: I1eca431a09839906a4b3c902ad85e55bffc71ca8
    Reviewed-on: https://code.wireshark.org/review/17648
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  71c41a0   epl: fix memleaks
    adds  032a6ac   Fix memleaks in capture file dialog


Summary of changes:
 epan/dfilter/dfilter.c        |    2 ++
 ui/qt/capture_file_dialog.cpp |    4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)