URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b7d6cca4aeffcf8df55d6fa2e4417b731923ac8c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b7d6cca by Michael Mann (mmann78@xxxxxxxxxxxx):
    Add wmem_tree_destroy
    
    Allows the cleanup of NULL scoped wmem trees
    
    Change-Id: I7c49a224ca7e2f7ddfe0e38d3ea0e79aa2cb057c
    Reviewed-on: https://code.wireshark.org/review/20382
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    
Actions performed:
    from  9b4f325   Add wmem_tree_count.
    adds  b7d6cca   Add wmem_tree_destroy
Summary of changes:
 epan/wmem/wmem_tree.c |   39 +++++++++++++++++++++++++++++++++++++++
 epan/wmem/wmem_tree.h |    5 +++++
 2 files changed, 44 insertions(+)