Browse Source

core dump fix in cleanup

master
Anselm R Garbe 16 years ago
parent
commit
e1002745fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
dwm.c View File

@ -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