user32/tests: Destroy the windows after the tests.

oldstable
Paul Vriens 2008-12-15 14:19:34 +01:00 committed by Alexandre Julliard
parent ccdfa4941e
commit f4da3fd7ac
1 changed files with 3 additions and 0 deletions

View File

@ -5431,4 +5431,7 @@ START_TEST(win)
/* add the tests above this line */
UnhookWindowsHookEx(hhook);
DestroyWindow(hwndMain2);
DestroyWindow(hwndMain);
}