Skip to content

Commit 85d3b3b

Browse files
committed
meta-window-actor-wayland.c: Fix a leak.
Turned up while running cinnamon --wayland thru valgrind.
1 parent 4075afe commit 85d3b3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/compositor/meta-window-actor-wayland.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ meta_window_actor_wayland_dispose (GObject *object)
162162
clutter_actor_remove_child (CLUTTER_ACTOR (window_actor), child_actor);
163163
}
164164

165+
g_list_free (children);
166+
165167
G_OBJECT_CLASS (meta_window_actor_wayland_parent_class)->dispose (object);
166168
}
167169

0 commit comments

Comments
 (0)