assorted bug fixes

This commit is contained in:
tmj-fstate
2017-01-23 11:06:34 +01:00
parent 538d130617
commit 77d462ffe4
13 changed files with 68 additions and 72 deletions

View File

@@ -572,7 +572,7 @@ void TPythonScreens::run()
void TPythonScreens::finish()
{
_thread == NULL;
_thread = NULL;
}
DWORD WINAPI ScreenRendererThread(LPVOID lpParam)