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