1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 20:42:48 -05:00

Add some missing calls to cleanup_exit.

[originally from svn r9936]
This commit is contained in:
Simon Tatham
2013-07-19 17:44:47 +00:00
parent 311761e245
commit 13bac5ed69
3 changed files with 10 additions and 3 deletions

View File

@ -1361,7 +1361,7 @@ void frontend_keypress(void *handle)
* any keypress.
*/
if (inst->exited)
exit(0);
cleanup_exit(0);
}
static gint idle_exit_func(gpointer data)