mirror of
https://github.com/brl/mutter.git
synced 2025-04-01 08:03:46 +00:00

If we wait till finalize, dispose will destroy the actor hierarchy and cause untimely repicks. Ensure to free the pointer/touch info first, so the hooked signal callbacks are gone when destroying the actors. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1915>