Skip to content

clutter/actor: Mark implicit transitions as remove-on-complete

Jonas Ådahl requested to merge jadahl/clutter:wip/fix-transitions-leak into master

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.

Merge request reports