crash on hangup following

restore the exit_nhwindows call, but in the right place.  without this,
the window inteface doesn't get a chance o shut down.
This commit is contained in:
cohrs
2003-10-27 00:59:54 +00:00
parent 1dae4245f5
commit 05f2aa40ce

View File

@@ -2398,6 +2398,7 @@ end_of_input()
#endif
if (program_state.something_worth_saving) (void) dosave0();
#endif
exit_nhwindows((char *)0);
clearlocks();
terminate(EXIT_SUCCESS);
}