mutter/clutter/tests/conform
Marco Trevisan (Treviño) 7a17e236f7 Use free_full on GSList's instead of foreach + free
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
2019-05-15 14:49:56 -05:00
..
scripts move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
actor-anchors.c clutter/tests: Update expectations in actor-anchors test 2018-12-18 13:51:44 +01:00
actor-destroy.c Use free_full on GList's instead of foreach + free 2019-05-15 14:42:25 -05:00
actor-graph.c clutter: conform/actor-graph: Add missing null-termination 2017-05-05 09:53:51 -04:00
actor-invariants.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
actor-iter.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
actor-layout.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
actor-meta.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
actor-offscreen-redirect.c clutter: Fix offscreen-effect painting of clones 2019-01-24 17:00:25 +00:00
actor-paint-opacity.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
actor-pick.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
actor-shader-effect.c tests: Don't check pixels outside actor allocation 2018-12-18 13:54:09 +01:00
actor-size.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
behaviours.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
binding-pool.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
cairo-texture.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
cally-text.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
color.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
group.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
interval.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
meson.build meson: Define srcdir and builddir using meson functions 2019-05-02 19:56:23 +00:00
path.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
rectangle.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
script-parser.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
state.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
text-cache.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
text.c clutter/text: Generate resource scaled text and paint it at proper scaling 2019-03-01 17:46:49 +00:00
texture-fbo.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
texture.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
timeline-interpolate.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
timeline-progress.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
timeline-rewind.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
timeline.c Use free_full on GSList's instead of foreach + free 2019-05-15 14:49:56 -05:00
units.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00