From: Michael Stapelberg Date: Tue, 18 Oct 2011 21:11:44 +0000 (+0100) Subject: Bugfix: Correctly close the colors map in the IPC bar config reply X-Git-Tag: 4.1~92^2~40 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e3cbdea1fce139eb43b0149f28cb9e8cc61559f5;p=i3%2Fi3 Bugfix: Correctly close the colors map in the IPC bar config reply --- 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 }