From f4da3fd7ac509f030a4a47e45af3228a674adc73 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 15 Dec 2008 14:19:34 +0100 Subject: [PATCH] user32/tests: Destroy the windows after the tests. --- dlls/user32/tests/win.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c index ffbb8d2c183..0d9d4264243 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); } -- 2.11.4.GIT