Bug 1299 - clutter_score_remove will segmentation fault if
authorNeil Roberts <neil@openedhand.com>
Tue, 25 Nov 2008 13:19:48 +0000 (13:19 +0000)
committerNeil Roberts <neil@openedhand.com>
Tue, 25 Nov 2008 13:19:48 +0000 (13:19 +0000)
commit50868579a06377a23bea74409c5b15205c96ec08
treea49b20acd93dba8a19e58860def05942b9678aa5
parent596d4628e65be5d7a62c3434b8e69b9e6dbb71c7
Bug 1299 - clutter_score_remove will segmentation fault if
timelines are more than 52 and continue to remove them

* clutter/clutter-score.c (traverse_children): Don't destroy the
entry in the handler for REMOVE_BY_ID. It will be removed again
anyway in the call to g_node_traverse. This was causing a
crash. Thanks to zhangwei for spotting.
ChangeLog
clutter/clutter-score.c