user32/tests: Fix resource leak.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2018-01-05 14:37:28 +02:00 committed by Alexandre Julliard
parent a7c696aee9
commit f547891e76
1 changed files with 1 additions and 0 deletions

View File

@ -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)