comctl32/tests: Destroy the window after the tests.

This commit is contained in:
Paul Vriens 2008-12-15 18:39:06 +01:00 committed by Alexandre Julliard
parent 017fee4aa0
commit 1a853abecb
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ static void cleanup(void)
DispatchMessageA(&msg);
}
DestroyWindow(hComboExParentWnd);
UnregisterClassA(ComboExTestClass, GetModuleHandleA(NULL));
}