]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
The direct link between the terminal and the back end via
authorSimon Tatham <anakin@pobox.com>
Wed, 24 Jan 2007 13:53:28 +0000 (13:53 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 24 Jan 2007 13:53:28 +0000 (13:53 +0000)
commit7a4ef1491eb5a0b8092f50925555e34bb7339eb7
tree6829144c182dcc747d447e448778a10a9bc31e9d
parent80ee991c82928a74cbdd43bc1035fd056e3eeb2d
The direct link between the terminal and the back end via
term_provide_resize_fn() was not being broken when the back end was
destroyed on session termination, causing resizing an inactive PuTTY
to be a segfault hazard.

[originally from svn r7143]
terminal.c
unix/gtkwin.c
windows/window.c