Wireshark-commits: [Wireshark-commits] master a6988b4: Fix memory leak and heap corruption on Windo
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Oct 2014 20:29:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a6988b451f88aa3a2d66d0f59f6a72180fea249c
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a6988b4 by Tomasz Moń (desowin@xxxxxxxxx):

    Fix memory leak and heap corruption on Windows.
    
    LPSECURITY_ATTRIBUTES is type definition for pointer to SECURITY_ATTRIBUTES
    structure.
    
    Change-Id: I94a835bfd8f7eb76c808fac8286ca3f2db9b19c3
    Reviewed-on: https://code.wireshark.org/review/4449
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  8b7d27c   WSDG: Update the Windows Qt download text.
    adds  a6988b4   Fix memory leak and heap corruption on Windows.


Summary of changes:
 extcap.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)