Minor bug fixes from James Harvey.

[originally from svn r8785]
This commit is contained in:
Simon Tatham
2009-12-17 18:20:32 +00:00
parent 97477f0916
commit 8628a0630c
5 changed files with 8 additions and 7 deletions

View File

@ -3397,6 +3397,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
DispatchMessage(&msg);
}
DestroyWindow(fe->hwnd);
cleanup_help();
return msg.wParam;