Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 4afd70d: Use g_hash_table_new_full to free some value

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 6 Jul 2014 14:27:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4afd70d4e46c944e5d4e9476103992e621510253
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4afd70d by Evan Huus (eapache@xxxxxxxxx):

    Use g_hash_table_new_full to free some values
    
    Fixes a good 80-90KB of leaks in certain cases.
    
    Bug: 10261
    Change-Id: I81d57ac67219e730b03649b9fdfc2306807bdb97
    Reviewed-on: https://code.wireshark.org/review/2879
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6318a29   convert to proto_tree_add_subtree[_format]
    adds  4afd70d   Use g_hash_table_new_full to free some values


Summary of changes:
 epan/conversation.c          |   22 +++++++++-------------
 epan/dissectors/packet-rpc.c |   14 ++++++++++++--
 2 files changed, 21 insertions(+), 15 deletions(-)