Browse Source

core dump fix in cleanup

custom-dwm
Anselm R Garbe 18 years ago
parent
commit
e1002745fa
  1. 2
      dwm.c

2
dwm.c

@ -357,7 +357,7 @@ checkotherwm(void) {
void
cleanup(void) {
close(STDIN_FILENO);
view(NULL);
view((uint[]){~0});
while(stack)
unmanage(stack);
if(dc.font.set)

Loading…
Cancel
Save