You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(issue originally reported on bugzilla.clutter-project.org by Antoine Roguez)
While playing with cluttersmith (creating + playing an animation and then
resizing the animated actor), I had a crash which, after investigation with
valgrind was caused by using an uninitialized value in
ensure_temporal_animator_handle (cs-animation-editing.c +419).
Please find enclosed a patch to fix the bug
The text was updated successfully, but these errors were encountered:
(issue originally reported on bugzilla.clutter-project.org by Antoine Roguez)
While playing with cluttersmith (creating + playing an animation and then
resizing the animated actor), I had a crash which, after investigation with
valgrind was caused by using an uninitialized value in
ensure_temporal_animator_handle (cs-animation-editing.c +419).
Please find enclosed a patch to fix the bug
The text was updated successfully, but these errors were encountered: