Wireshark-commits: [Wireshark-commits] master ba2a3b3: wiretap: fix memory leak of interface_data f
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Sep 2016 13:00:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ba2a3b3626ef9fc084ee8a9508d196ec890c2336
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ba2a3b3 by Peter Wu (peter@xxxxxxxxxxxxx):

    wiretap: fix memory leak of interface_data for wtap_dumper
    
    Mirrors the behavior of wtap_close.
    
    Change-Id: I1a04878fdd0409fa74931737332f9b8a1ae77fb1
    Reviewed-on: https://code.wireshark.org/review/17620
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  d6f91a7   S1AP: prettify dissection
    adds  ba2a3b3   wiretap: fix memory leak of interface_data for wtap_dumper


Summary of changes:
 wiretap/file_access.c |    4 +++-
 wiretap/wtap.h        |   11 +++++++++--
 2 files changed, 12 insertions(+), 3 deletions(-)