small fork related fix.

This commit is contained in:
Enno Boland (tox) 2009-09-22 20:21:31 +02:00
parent 5e6ca4f2fc
commit 4e6156904c

View File

@ -772,6 +772,7 @@ main(int argc, char *argv[]) {
close(ConnectionNumber(dpy)); close(ConnectionNumber(dpy));
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
fclose(stdout);
run(); run();
cleanup(); cleanup();
XCloseDisplay(dpy); XCloseDisplay(dpy);