Wireshark-commits: [Wireshark-commits] master a7ab65d: addr_resolv: change g_hash to wmem_map.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Jun 2016 19:34:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a7ab65df896aa2da858e0d0f8029335f19c8d034
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a7ab65d by Dario Lombardo (lomato@xxxxxxxxx):

    addr_resolv: change g_hash to wmem_map.
    
    Change-Id: Ice7533fbeac700dae0a46766838818a32b0d5736
    Reviewed-on: https://code.wireshark.org/review/15051
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  1dabd3a   dcm: remove g_malloc
    adds  a7ab65d   addr_resolv: change g_hash to wmem_map.


Summary of changes:
 epan/addr_resolv.c                  |  209 ++++++++++++-----------------------
 epan/addr_resolv.h                  |   16 +--
 ui/cli/tap-hosts.c                  |    8 +-
 ui/gtk/addr_resolution_dlg.c        |   43 ++++---
 ui/qt/resolved_addresses_dialog.cpp |   28 ++---
 5 files changed, 119 insertions(+), 185 deletions(-)