GNOME Bugzilla – Bug 655342
memory leak in clutter_bin_layout_get_preferred_width/height
Last modified: 2011-07-26 13:51:16 UTC
Clutter Version 1.7.2 Functions: clutter_bin_layout_get_preferred_width clutter_bin_layout_get_preferred_height Missing g_list_free(children); after previous call to GList *children = clutter_container_get_children (container); Please fix, Thx Roland
thanks, fixed in master and the 1.7.6 snapshot