mirror of
https://github.com/brl/mutter.git
synced 2025-03-16 00:05:08 +00:00

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>