From 557cd382dcd973fd96605c3359e3d6dfa45a4fd9 Mon Sep 17 00:00:00 2001 From: okan Date: Sun, 29 Mar 2015 00:21:05 +0000 Subject: [PATCH] plug a leak --- client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client.c b/client.c index 5e9a267..3e01c0c 100644 --- a/client.c +++ b/client.c @@ -887,6 +887,7 @@ client_mwm_hints(struct client_ctx *cc) !(mwmh->decorations & MWM_DECOR_ALL) && !(mwmh->decorations & MWM_DECOR_BORDER)) cc->bwidth = 0; + XFree(mwmh); } }