Signed-off-by: Dmitry Timoshkov dmitry@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); }