mirror of
https://github.com/brl/mutter.git
synced 2025-03-14 23:35:04 +00:00

Implicit transitions had a referenced taken while emitting the completion signals, but said reference would only be released if it was had remove-on-complete set to TRUE. Change this to instead remove the 'is_implicit' state and mark all implicit transitions as remove-on-complete. This fixes a ClutterPropertyTransition leak in gnome-shell triggered by e.g. showing / hiding menus. Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1740 https://gitlab.gnome.org/GNOME/mutter/merge_requests/828