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:
@ -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)
|
||||
|
Reference in New Issue
Block a user