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:
parent
90f68edbda
commit
e54246dd69
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user