mirror of
https://github.com/brl/mutter.git
synced 2025-02-13 20:04:09 +00:00
![Sebastian Wick](/assets/img/avatar_default.png)
The workspace switch animation moves the WindowActors out of the WindowGroup so if we shut down while the animation is playing the WindowActors will have queued a destroy but will be disposed only after the compositor is destroyed, leaving the WindowActor with a dangling pointer. Fix the issue by killing the workspace switch animation on shutdown. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2489>