user32/tests: Destroy the windows after the tests.
authorPaul Vriens <Paul.Vriens.Wine@gmail.com>
Mon, 15 Dec 2008 13:19:34 +0000 (14:19 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Dec 2008 11:51:03 +0000 (12:51 +0100)
dlls/user32/tests/win.c

index ffbb8d2c183452d639511e6e011d3f3ad1c5ab86..0d9d4264243f31693a62abb925cdcb225c704799 100644 (file)
@@ -5431,4 +5431,7 @@ START_TEST(win)
 
     /* add the tests above this line */
     UnhookWindowsHookEx(hhook);
+
+    DestroyWindow(hwndMain2);
+    DestroyWindow(hwndMain);
 }