Wireshark-commits: [Wireshark-commits] master df1f919: Don't use g_slist_free_full().
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 20 Dec 2014 00:21:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=df1f919b9442f97c04e4e916ab4eb522c6a28a3e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

df1f919 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use g_slist_free_full().
    
    It's only in GLib 2.28 or later, but we don't require 2.28.
    
    Instead, have col_custom_field_ids_free() do what g_slist_free_full() does -
    and more.
    
    Change-Id: I15768cfd2d26c847470b02ea6c51830dabcaa7ee
    Reviewed-on: https://code.wireshark.org/review/5894
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  dba361b   Add a missing line related to previous two commits
    adds  df1f919   Don't use g_slist_free_full().


Summary of changes:
 epan/column-utils.c |   22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)