[wmfs] Fix segfault (2 free -.-)
This commit is contained in:
parent
839418b524
commit
d01cb3a0ee
3
event.c
3
event.c
@ -415,8 +415,7 @@ unmapnotify(XEvent ev)
|
||||
Client *c;
|
||||
|
||||
if((c = getclient(ev.xunmap.window)))
|
||||
if(!c->hide)
|
||||
unmanage(c);
|
||||
unmanage(c);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user