Wireshark-commits: [Wireshark-commits] master e3128d9: Add wmem_map_steal

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 9 Feb 2017 22:04:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3128d98060017bd08ec6bcb17290c7ffa7784ed
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e3128d9 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add wmem_map_steal
    
    Mimic functionality of g_hash_table_steal
    
    Change-Id: Iaf4aeef951b60934569143b2d119f782aeefe380
    Reviewed-on: https://code.wireshark.org/review/20038
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  cd38552   Add wmem_tree_remove32
    adds  e3128d9   Add wmem_map_steal


Summary of changes:
 debian/libwireshark0.symbols |    1 +
 epan/wmem/wmem_map.c         |   29 +++++++++++++++++++++++++++++
 epan/wmem/wmem_map.h         |   11 +++++++++++
 3 files changed, 41 insertions(+)