core dump fix in cleanup e1002745
Anselm R Garbe · 2008-05-28 10:45 1 file(s) · +1 −1
dwm.c +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)