Commit f4da3fd7 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

user32/tests: Destroy the windows after the tests.

parent ccdfa494
......@@ -5431,4 +5431,7 @@ START_TEST(win)
/* add the tests above this line */
UnhookWindowsHookEx(hhook);
DestroyWindow(hwndMain2);
DestroyWindow(hwndMain);
}
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