mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
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,
|
ADD_CHILD_NOTIFY_FIRST_LAST,
|
||||||
insert_child_at_index,
|
insert_child_at_index,
|
||||||
GINT_TO_POINTER (index_));
|
GINT_TO_POINTER (index_));
|
||||||
|
g_object_unref (child);
|
||||||
|
|
||||||
clutter_actor_queue_relayout (self);
|
clutter_actor_queue_relayout (self);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user