[PATCH] Destroy the window after the tests

Paul Vriens Paul.Vriens.Wine at gmail.com
Mon Dec 15 07:40:13 CST 2008


---
 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..205f5f4 100644
--- a/dlls/comctl32/tests/comboex.c
+++ b/dlls/comctl32/tests/comboex.c
@@ -352,6 +352,7 @@ static void cleanup(void)
     }
     
     UnregisterClassA(ComboExTestClass, GetModuleHandleA(NULL));
+    DestroyWindow(hComboExParentWnd);
 }
 
 START_TEST(comboex)
-- 
1.6.0.4


--------------060906000909030602050603--



More information about the wine-patches mailing list