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:
@@ -2398,6 +2398,7 @@ end_of_input()
|
|||||||
#endif
|
#endif
|
||||||
if (program_state.something_worth_saving) (void) dosave0();
|
if (program_state.something_worth_saving) (void) dosave0();
|
||||||
#endif
|
#endif
|
||||||
|
exit_nhwindows((char *)0);
|
||||||
clearlocks();
|
clearlocks();
|
||||||
terminate(EXIT_SUCCESS);
|
terminate(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user