Wireshark-commits: [Wireshark-commits] master b95933a: wsutil: Fix pipe handle leaks on Windows
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Apr 2019 19:51:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b95933a031cbf7b76aa6cf8d3531473eb204d333
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b95933a by Tomasz Moń (desowin@xxxxxxxxx):

    wsutil: Fix pipe handle leaks on Windows
    
    If the PATHEXT environment variable contains .py and extcap is enabled,
    then Wireshark did leak 2 pipes for every .py file present in the extcap
    directory (regardless if there was .bat wrapper for it or not).
    
    Bug: 15689
    Change-Id: Iae402c0075ee8155a7205a59711bbae734da7e9e
    Reviewed-on: https://code.wireshark.org/review/32812
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3e6af78   ieee80211: fix bitmask on HE Capabilities field
     add  b95933a   wsutil: Fix pipe handle leaks on Windows


Summary of changes:
 wsutil/ws_pipe.c | 11 +++++++++++
 1 file changed, 11 insertions(+)