GNOME Bugzilla – Bug 670910
st-container: Remove st_container_get_children_list
Last modified: 2012-02-27 20:22:39 UTC
Let's try to land this modified patch first. ricotz spotted some memory leaks which were my mistake. Move this one up earlier in the stack to hopefully help alleviate that.
Created attachment 208516 [details] [review] st-container: Remove st_container_get_children_list Replace it with the new actor iteration APIs. This fixes a few unintentional memory leaks - st_container_get_children_list returns an internal list, and clutter_actor_get_children_list allocates a new list. https://bugzilla.gnome.org/show_bug.cgi?id=670034
Whoops, I meant to use "git bz attach", but this works too, I guess.
Review of attachment 208516 [details] [review]: Looks good but no idea why we need a separate bug for this.
Attachment 208516 [details] pushed as d2aab9d - st-container: Remove st_container_get_children_list