Module: wine Branch: master Commit: 1a853abecb33515f9a8596a706106c390c8c14ed URL: http://source.winehq.org/git/wine.git/?a=commit;h=1a853abecb33515f9a8596a706...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Mon Dec 15 18:39:06 2008 +0100
comctl32/tests: Destroy the window after the tests.
---
dlls/comctl32/tests/comboex.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/comctl32/tests/comboex.c b/dlls/comctl32/tests/comboex.c index 7add84b..f59d1d1 100644 --- a/dlls/comctl32/tests/comboex.c +++ b/dlls/comctl32/tests/comboex.c @@ -351,6 +351,7 @@ static void cleanup(void) DispatchMessageA(&msg); }
+ DestroyWindow(hComboExParentWnd); UnregisterClassA(ComboExTestClass, GetModuleHandleA(NULL)); }