mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
![Niels De Graef](/assets/img/avatar_default.png)
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>