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(-)