Commit 6878cbf5 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

wmp/tests: Destroy the window before calling CoUninitialize.

parent 859c1d26
......@@ -1379,11 +1379,11 @@ static void create_container_window(void)
START_TEST(oleobj)
{
create_container_window();
CoInitialize(NULL);
create_container_window();
test_wmp();
CoUninitialize();
DestroyWindow(container_hwnd);
CoUninitialize();
}
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