Wireshark-commits: [Wireshark-commits] master 3f49c0d: g_slist_free_full: Use g_slist_free_full() i
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 04 May 2018 10:17:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3f49c0d3cac8389ad66802fde330245500619393
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3f49c0d by AndersBroman (anders.broman@xxxxxxxxxxxx):

    g_slist_free_full: Use g_slist_free_full() in a couple of places.
    
    Change-Id: I38617ee289196f9807cf285af60d670bd5477687
    Reviewed-on: https://code.wireshark.org/review/27327
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8815ac7   CMake: fix build by not unnecessarily linking with wsutil
    adds  3f49c0d   g_slist_free_full: Use g_slist_free_full() in a couple of places.


Summary of changes:
 epan/dissectors/packet-frame.c       | 5 ++---
 epan/dissectors/packet-zbee-nwk-gp.c | 6 ++----
 tshark.c                             | 8 +++-----
 3 files changed, 7 insertions(+), 12 deletions(-)