Commit f547891e authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

user32/tests: Fix resource leak.

parent a7c696ae
......@@ -9400,6 +9400,7 @@ static void test_smresult(void)
CloseHandle(data.thread_got_wm_app);
CloseHandle(data.main_in_wm_app_1);
CloseHandle(data.thread_replied);
CloseHandle(hThread);
}
static void test_GetMessagePos(void)
......
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