Skip to content
  • David King's avatar
    Use g_slist_free_full() where possible · 504099c3
    David King authored
    g_slist_free_full() has existed since GLib 2.28, and can be used instead
    of freeing a dynamically-allocated GSList with g_slist_foreach(),
    followed by calling g_slist_free(). The GLib configure requirement was
    bumped to 2.28.
    504099c3