stack: Fix a leak
This commit is contained in:
parent
e294f6df8c
commit
a2ff8f4e1e
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user