Wireshark-commits: [Wireshark-commits] master 77d309c: radius: fix final memleak due to malformed d

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Feb 2017 19:03:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=77d309c92fdd3e7826c12301d3d4ab3a56251b1b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

77d309c by Peter Wu (peter@xxxxxxxxxxxxx):

    radius: fix final memleak due to malformed dictionary
    
    The VENDOR line did not have a proper ID, so scanning the full line
    failed and the "yyextra->vendor_name" was not freed. Import the current
    version from FreeRadius to fix this problem.
    
    (Since the attributes are now grouped by the vendor, the conflict
    comment no longer applies.)
    
    Change-Id: Id6020c0a5f34c624aedbb0acebe70dc643402e41
    Reviewed-on: https://code.wireshark.org/review/20312
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  146b6b8   text2pcap: free memory on exit.
    adds  77d309c   radius: fix final memleak due to malformed dictionary


Summary of changes:
 radius/dictionary.zyxel |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)