mutter/clutter
Niels De Graef fbe7a8df3a clutter: Fix ClutterMainContext leaking events
There's still a possibility that some events remain within the
`ClutterMainContext` when it's being unref-ed for the last time (as seen
on asan logs). Make sure they get freed by using
`g_async_queue_new_full()` and specifying the appropriate destroy
function.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2817>
2023-02-01 13:16:29 +00:00
..
clutter clutter: Fix ClutterMainContext leaking events 2023-02-01 13:16:29 +00:00
.gitignore
meson.build clutter: Avoid string translation to find text direction 2023-01-13 11:46:13 +00:00