plug a leak

This commit is contained in:
okan 2015-03-29 00:21:05 +00:00
parent a4a414b68b
commit 557cd382dc

View File

@ -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);
}
}