]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Avoid freeing the backend in notify_remote_exit(), since that's
authorSimon Tatham <anakin@pobox.com>
Mon, 17 Nov 2008 18:36:27 +0000 (18:36 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 17 Nov 2008 18:36:27 +0000 (18:36 +0000)
commit0cef8a897d47c5f6127ebd56291addbad170aa7d
treee0c309b1f2952e197fc0d6f5002272d15dc03312
parent3a3abd211be17cf46074554133257af4d8e7e4be
Avoid freeing the backend in notify_remote_exit(), since that's
called from within a backend function which will expect its own
backend pointer to still be valid on return. Instead, move all the
real functionality of notify_remote_exit() out into a GTK idle
function.

[originally from svn r8304]
unix/gtkwin.c