From edc86076fa0d4a984211409ce7d55761b31cd6f6 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 30 Oct 2018 00:13:01 +0100 Subject: [PATCH] Added free for the xcb event --- src/kiwmi/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kiwmi/main.c b/src/kiwmi/main.c index 80c5d34..696de9e 100644 --- a/src/kiwmi/main.c +++ b/src/kiwmi/main.c @@ -126,6 +126,8 @@ main(int argc, char *argv[]) if (!event) { continue; } + + free(event); } }