mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
![Rui Matos](/assets/img/avatar_default.png)
This fixes an issue analogous to bug 760330 for the X11 backend, except on this backend we wouldn't crash accessing free'd memory. Instead we're leaking watches since we steal them from the hash table which means that when they're removed in _meta_idle_monitor_watch_fire() they're no longer there and thus they're never free'd. https://bugzilla.gnome.org/show_bug.cgi?id=760476
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%