Wireshark-commits: [Wireshark-commits] master 42c324d: packet: fix memleak

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 23 Jun 2015 05:46:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=42c324d8182995d45910571f4a3cc7d68be1e39e
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

42c324d by Peter Wu (peter@xxxxxxxxxxxxx):

    packet: fix memleak
    
    It turns out that a heur_dissector_list_t structure was not released,
    only the GSList inside it. Ensure that this list gets released as well.
    
    Change-Id: If79deb5d011d306477d082368744addcee794ae1
    Reviewed-on: https://code.wireshark.org/review/9040
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  167f9b7   IS-IS (LSP): Remove proto_tree_add_text call
    adds  42c324d   packet: fix memleak


Summary of changes:
 epan/packet.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)