core dump fix in cleanup
e1002745
1 file(s) · +1 −1
| 357 | 357 | void |
|
| 358 | 358 | cleanup(void) { |
|
| 359 | 359 | close(STDIN_FILENO); |
|
| 360 | - | view(NULL); |
|
| 360 | + | view((uint[]){~0}); |
|
| 361 | 361 | while(stack) |
|
| 362 | 362 | unmanage(stack); |
|
| 363 | 363 | if(dc.font.set) |