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:
Emmanuele Bassi 2014-11-26 12:46:51 +00:00
parent 46877cc2bd
commit 47df16ec3b

View File

@ -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