ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 25a337c: glib: Use g_slist_free_full() in a couple of

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Apr 2018 15:01:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=25a337cdb060962606c5caf7d918c2ed0aedf6e2
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

25a337c by Anders (anders.broman@xxxxxxxxxxxx):

    glib: Use g_slist_free_full() in a couple of places.
    
    Change-Id: Iff833bf5c197959c8decb62d6ce794c6d0415fb7
    Reviewed-on: https://code.wireshark.org/review/26978
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3dab804   lapdm: Hand B4 frames into a dissector supporting L2 pseudo-length
    adds  25a337c   glib: Use g_slist_free_full() in a couple of places.


Summary of changes:
 capture_opts.c                 | 10 +---------
 caputils/capture-pcap-util.c   |  9 +--------
 epan/color_filters.c           |  5 ++---
 epan/column-utils.c            |  9 +--------
 epan/dfilter/sttype-function.c |  5 ++---
 epan/dfilter/sttype-set.c      |  5 ++---
 epan/exported_pdu.c            |  9 +--------
 epan/packet.c                  |  8 +++-----
 8 files changed, 13 insertions(+), 47 deletions(-)