summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2015-03-29 00:21:05 +0000
committerokan <okan>2015-03-29 00:21:05 +0000
commit557cd382dcd973fd96605c3359e3d6dfa45a4fd9 (patch)
tree8b6b3b8bf1ab31b747e6b42d31606ee090f982be
parenta4a414b68bf8a59255ee68959863f4c5fdee85d9 (diff)
downloadcwm-557cd382dcd973fd96605c3359e3d6dfa45a4fd9.tar.gz
cwm-557cd382dcd973fd96605c3359e3d6dfa45a4fd9.tar.xz
cwm-557cd382dcd973fd96605c3359e3d6dfa45a4fd9.zip
plug a leak
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
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);
 	}
 }