mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
Revert "actor: Plug a leak in the implicit transition removal"
This reverts commit 158af1ff594d8984b59dcf90654ed04cd8c53e16. This commit introduced a regression, so the leak will have to be fixed in another way.
This commit is contained in:
parent
46877cc2bd
commit
47df16ec3b
@ -18790,14 +18790,6 @@ on_transition_stopped (ClutterTransition *transition,
|
||||
|
||||
g_signal_emit (actor, actor_signals[TRANSITIONS_COMPLETED], 0);
|
||||
}
|
||||
|
||||
if (clos->is_implicit ||
|
||||
clutter_transition_get_remove_on_complete (transition))
|
||||
{
|
||||
/* release the reference we acquired above */
|
||||
g_object_unref (transition);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user