Skip to content

clutter/actor: Deduplicate child destruction loop

It's identical in clutter_actor_real_destroy and clutter_actor_destroy_all_children, other than the latter having some extra error checking.

Merge request reports