Wireshark-commits: [Wireshark-commits] master 243c09f: Switch export objects to use wmem_tree_t ins
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Feb 2017 14:25:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=243c09fa06bf7646b577e2baf024106432ec1bd9
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

243c09f by Michael Mann (mmann78@xxxxxxxxxxxx):

    Switch export objects to use wmem_tree_t instead of (sorted) GSList.
    
    Change-Id: Iaaa7b44954337c7857dbb541b727924e2de57c9d
    Reviewed-on: https://code.wireshark.org/review/20016
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  64a00dc   xml: replace g_strdup with wmem_strdup.
    adds  243c09f   Switch export objects to use wmem_tree_t instead of (sorted) GSList.


Summary of changes:
 epan/epan.c               |    1 -
 epan/export_object.c      |   57 ++++++++-------------------------------------
 epan/export_object.h      |    7 ++----
 ui/cli/tap-exportobject.c |    9 ++++---
 ui/gtk/main_menubar.c     |    9 +++----
 ui/qt/main_window.cpp     |    7 +++---
 ui/qt/main_window.h       |    2 +-
 7 files changed, 26 insertions(+), 66 deletions(-)