From a2ff8f4e1e200efa0704e498a7720f582a178180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 15 Jan 2015 18:03:32 +0100 Subject: [PATCH] stack: Fix a leak --- src/core/stack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/stack.c b/src/core/stack.c index 037e8789e..09f2821f7 100644 --- a/src/core/stack.c +++ b/src/core/stack.c @@ -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); }