Commit 1a853abe authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

comctl32/tests: Destroy the window after the tests.

parent 017fee4a
...@@ -351,6 +351,7 @@ static void cleanup(void) ...@@ -351,6 +351,7 @@ static void cleanup(void)
DispatchMessageA(&msg); DispatchMessageA(&msg);
} }
DestroyWindow(hComboExParentWnd);
UnregisterClassA(ComboExTestClass, GetModuleHandleA(NULL)); UnregisterClassA(ComboExTestClass, GetModuleHandleA(NULL));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment