mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 09:29:25 +00:00
7a17e236f7
GList's used in legacy code were free'd using a g_slist_foreach + g_slist_free, while we can just use g_slist_free_full as per GLib 2.28. So replace code where we were using this legacy codepath. https://gitlab.gnome.org/GNOME/mutter/merge_requests/576