Austin Lund : user32/tests: Close second window in DBCS WM_CHAR tests.

Alexandre Julliard julliard at winehq.org
Fri Dec 3 09:31:42 CST 2010


Module: wine
Branch: master
Commit: 0fe32508a7c2f6fb6bc5d45ed5fb33f5d42f30ee
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0fe32508a7c2f6fb6bc5d45ed5fb33f5d42f30ee

Author: Austin Lund <austin.lund at gmail.com>
Date:   Fri Dec  3 21:04:24 2010 +1000

user32/tests: Close second window in DBCS WM_CHAR tests.

---

 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




More information about the wine-cvs mailing list