Wireshark-commits: [Wireshark-commits] master 8e37416: Fix leaking heuristic dissector names.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 11 May 2014 15:36:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e37416cd9aa978b14146039f190bb91ededb5e9
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8e37416 by Evan Huus (eapache@xxxxxxxxx):

    Fix leaking heuristic dissector names.
    
    I believe we started taking copies of these names for lua purposes, but we need
    to free them afterwards. This accounts for about half the leaked blocks (though
    only a tiny fraction of the memory) valgrind reported on a recent run.
    
    Change-Id: I74a656716cbf169905476f6c3e2cbcb0bd5ac0bc
    Reviewed-on: https://code.wireshark.org/review/1580
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  2f023ea   [Automatic manuf, services and enterprise-numbers update for 2014-05-11]
    adds  8e37416   Fix leaking heuristic dissector names.


Summary of changes:
 epan/packet.c |    1 +
 1 file changed, 1 insertion(+)