actor: Clarify and improve memory management of transitions
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 20 Mar 2012 11:17:53 +0000 (11:17 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 20 Mar 2012 11:17:53 +0000 (11:17 +0000)
commit227c7b404d587bc6ef1b812ea930879bb932d79f
treede99b9fe179a91f7da5a5a3db2d7085552f76260
parentf339d8a4f3679866b1e8fe49c86963c1ceaa7edf
actor: Clarify and improve memory management of transitions

When adding a transition to a ClutterActor, the actor should hold a
reference on it, and release it only when we remove it. This makes
transitions just like other objects held by ClutterActor.
clutter/clutter-actor.c