[PATCH] user32/tests: Close second window in DBCS WM_CHAR tests.

Austin Lund austin.lund at gmail.com
Fri Dec 3 05:04:24 CST 2010


---
 dlls/user32/tests/msg.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index 76d46d0..ab617c9 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -11581,6 +11581,7 @@ static void test_dbcs_wm_char(void)
     ok( !PeekMessageA( &msg, hwnd, 0, 0, PM_REMOVE ), "got message %x\n", msg.message );
 
     DestroyWindow(hwnd);
+    DestroyWindow(hwnd2);
 }
 
 #define ID_LISTBOX 0x000f
-- 
1.7.1




More information about the wine-patches mailing list