[PATCH 1/5] user32/tests: Don't leave a stray test window behind.

Dmitry Timoshkov dmitry at baikal.ru
Mon Nov 13 04:11:56 CST 2017


Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
---
 dlls/user32/tests/win.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c
index feca2bee51..eace140388 100644
--- a/dlls/user32/tests/win.c
+++ b/dlls/user32/tests/win.c
@@ -4932,6 +4932,7 @@ static void test_dialog_parent(void)
     ok(!IsWindowEnabled(other), "other is enabled\n");
     EnableWindow(other, TRUE);
 
+    DestroyWindow(other);
     DestroyWindow(parent);
 }
 
-- 
2.15.0




More information about the wine-devel mailing list