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…
Reference in New Issue