Extra ref leak in clutter_actor_set_child_at_index too

https://bugzilla.gnome.org/show_bug.cgi?id=696813
This commit is contained in:
Craig R. Hughes 2013-03-28 14:01:04 -07:00 committed by Emmanuele Bassi
parent 90f68edbda
commit e54246dd69

View File

@ -13400,6 +13400,7 @@ clutter_actor_set_child_at_index (ClutterActor *self,
ADD_CHILD_NOTIFY_FIRST_LAST,
insert_child_at_index,
GINT_TO_POINTER (index_));
g_object_unref (child);
clutter_actor_queue_relayout (self);
}