Fix the iteration in clutter_group_remove_all()
authorEmmanuele Bassi <ebassi@openedhand.com>
Wed, 4 Jul 2007 12:29:50 +0000 (12:29 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Wed, 4 Jul 2007 12:29:50 +0000 (12:29 +0000)
commit0d1777426d7b742aa8e07f4864324d66ce9fea84
tree375afa4df6e8e9ac4cfe477f49ac1632324aca0f
parent82860b5d5a914167abb7e0516ed6fc931ee62a01
Fix the iteration in clutter_group_remove_all()

When iterating on a list while changing it, it's a good idea to keep
pointers around to avoid dirty access bugs.
clutter/clutter-group.c