Mercurial > dwm-meillo
changeset 448:8089f22fdb46
hotfix
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 07 Sep 2006 18:13:19 +0200 (2006-09-07) |
parents | 16c4e4c5fb15 |
children | 78d36a1dd1d9 |
files | client.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/client.c Thu Sep 07 18:12:40 2006 +0200 +++ b/client.c Thu Sep 07 18:13:19 2006 +0200 @@ -418,6 +418,7 @@ XSetErrorHandler(xerrordummy); detach(c); + detachstack(c); if(sel == c) { for(sel = stack; sel && !isvisible(sel); sel = sel->snext); focus(sel); @@ -426,7 +427,6 @@ XUngrabButton(dpy, AnyButton, AnyModifier, c->win); XDestroyWindow(dpy, c->twin); - detachstack(c); free(c->tags); free(c);