X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/06c3eadd0e2c2fa768242ef84d3e088255363b83..45d56852d8bd85126c66fb93fcc7a4c527a697b1:/windows/window.c diff --git a/windows/window.c b/windows/window.c index 824827a7..477e6333 100644 --- a/windows/window.c +++ b/windows/window.c @@ -299,6 +299,7 @@ static void close_session(void) back->free(backhandle); backhandle = NULL; back = NULL; + term_provide_resize_fn(term, NULL, NULL); update_specials_menu(NULL); } @@ -815,9 +816,8 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) sfree(handles); if (must_close_session) close_session(); - } - - sfree(handles); + } else + sfree(handles); while (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) { if (msg.message == WM_QUIT)