[PATCH] Destroy the windows after the tests

Paul Vriens Paul.Vriens.Wine at gmail.com
Mon Dec 15 07:19:34 CST 2008


---
 dlls/user32/tests/win.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c
index ffbb8d2..0d9d426 100644
--- a/dlls/user32/tests/win.c
+++ b/dlls/user32/tests/win.c
@@ -5431,4 +5431,7 @@ START_TEST(win)
 
     /* add the tests above this line */
     UnhookWindowsHookEx(hhook);
+
+    DestroyWindow(hwndMain2);
+    DestroyWindow(hwndMain);
 }
-- 
1.6.0.4


--------------080300080206090105010005--



More information about the wine-patches mailing list