Properly manage timeline refcounting in clutter_animation_set_timeline()
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 27 Mar 2012 07:57:03 +0000 (16:57 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 27 Mar 2012 07:57:38 +0000 (16:57 +0900)
commit67058229f00880c4abf4bc33bef832ba17101ec3
tree7d7c08e3ab318983a8091414f7f03950db3f3fbe
parentba3bfde2ea9e52f198dc2085ad8666a44073d2b4
Properly manage timeline refcounting in clutter_animation_set_timeline()

This patch fixes clutter to not crash when multiple animations share
the same timeline and the actors are explicitly destroyed before
the timeline completes (bug 672890)
clutter/clutter-animation.c