Commit 8134b8b6 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

user32/tests: Close event at the end of the test_WaitForInputIdle test.

There's some random timeout failures on Windows VMs in this test, this is probably not going to fix them, but cleaning up is not going to hurt. Signed-off-by: 's avatarRémi Bernon <rbernon@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 41094ed5
......@@ -16315,6 +16315,7 @@ static void test_WaitForInputIdle( char *argv0 )
CloseHandle( pi.hThread );
}
}
CloseHandle( end_event );
CloseHandle( start_event );
PostThreadMessageA( id, WM_QUIT, 0, 0 );
WaitForSingleObject( thread, 10000 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment