Commit 0025bdf6 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Fix a missing CoUninitialize in test_CoFreeUnusedLibraries.

parent 9353dff5
......@@ -939,6 +939,7 @@ static void test_CoFreeUnusedLibraries(void)
if (hr == REGDB_E_CLASSNOTREG)
{
trace("IE not installed so can't run CoFreeUnusedLibraries test\n");
CoUninitialize();
return;
}
ok_ole_success(hr, "CoCreateInstance");
......
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