1
0
Fork 0

stack: Fix a leak

This commit is contained in:
Florian Müllner 2015-01-15 18:03:32 +01:00
parent e294f6df8c
commit a2ff8f4e1e

View file

@ -1137,6 +1137,7 @@ stack_sync_to_xserver (MetaStack *stack)
x11_stacked->len);
g_array_free (x11_stacked, TRUE);
g_array_free (x11_hidden_stack_ids, TRUE);
g_array_free (all_root_children_stacked, TRUE);
}