Commit ea2935ad authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

user32/tests: Avoid leaking a window in test_message_conversion().

parent 366b8429
......@@ -11161,6 +11161,8 @@ static void test_message_conversion(void)
ok(lRes == 0 && (GetLastError() == ERROR_MESSAGE_SYNC_ONLY || GetLastError() == ERROR_INVALID_PARAMETER),
"SendMessageCallback on sync only message returned %Id, last error %ld\n", lRes, GetLastError());
DestroyWindow(hwnd);
/* Check WM_GETTEXTLENGTH A->W behaviour, whether WM_GETTEXT is also sent or not */
hwnd = CreateWindowW (testWindowClassW, wszUnicode,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment