From e3cbdea1fce139eb43b0149f28cb9e8cc61559f5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 18 Oct 2011 22:11:44 +0100 Subject: [PATCH] Bugfix: Correctly close the colors map in the IPC bar config reply --- src/ipc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ipc.c b/src/ipc.c index 1ae6bb0a..1660096b 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -571,6 +571,7 @@ IPC_HANDLER(get_bar_config) { YSTR_IF_SET(inactive_workspace_bg); YSTR_IF_SET(urgent_workspace_text); YSTR_IF_SET(urgent_workspace_bg); + y(map_close); #undef YSTR_IF_SET }