mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
user32/tests: Add a missing call to ReleaseActCtx().
This commit is contained in:
parent
d2d62cf578
commit
34f8053efe
@ -7024,6 +7024,7 @@ static void test_interthread_messages(void)
|
||||
ret = pGetCurrentActCtx(&handle);
|
||||
ok(ret, "GetCurentActCtx failed: %u\n", GetLastError());
|
||||
ok(handle != 0, "active context %p\n", handle);
|
||||
pReleaseActCtx(handle);
|
||||
|
||||
/* destination window will test for active context */
|
||||
ret = SendMessageA(wnd_event.hwnd, WM_USER+10, 0, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user