mutter/clutter
Marco Trevisan (Treviño) df7d8e2cbf Use free_full on GList's instead of foreach + free
GList's used in legacy code were free'd using a g_list_foreach + g_list_free,
while we can just use g_list_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
2019-05-15 14:42:25 -05:00
..
clutter Use free_full on GList's instead of foreach + free 2019-05-15 14:42:25 -05:00
tests Use free_full on GList's instead of foreach + free 2019-05-15 14:42:25 -05:00
.gitignore clutter: Remove clutter specific version 2018-11-06 17:17:36 +01:00
meson.build meson: Define srcdir and builddir using meson functions 2019-05-02 19:56:23 +00:00