Wireshark-commits: [Wireshark-commits] master 146b6b8: text2pcap: free memory on exit.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Feb 2017 14:57:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=146b6b824da171f457198797def5083d2fa90a0c
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

146b6b8 by Dario Lombardo (lomato@xxxxxxxxx):

    text2pcap: free memory on exit.
    
    Make also text2pcap_lex_destroy() public to be called from main.
    
    Change-Id: I360c3dd3991d027afe6e4542ea5f9680e92f92cf
    Reviewed-on: https://code.wireshark.org/review/20226
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  26e62df   Qt: Fix -Wshorten-64-to-32 warnings
    adds  146b6b8   text2pcap: free memory on exit.


Summary of changes:
 text2pcap.c |    9 +++++----
 text2pcap.h |    2 ++
 2 files changed, 7 insertions(+), 4 deletions(-)