Commit 0c51b623 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Release the global interface table in the tests when it is no longer needed.

parent 6819fa52
......@@ -2136,6 +2136,9 @@ static DWORD CALLBACK get_global_interface_proc(LPVOID pv)
CoInitialize(NULL);
hr = IGlobalInterfaceTable_GetInterfaceFromGlobal(params->git, params->cookie, &IID_IClassFactory, (void **)&cf);
ok_ole_success(hr, IGlobalInterfaceTable_GetInterfaceFromGlobal);
IGlobalInterfaceTable_Release(params->git);
CoUninitialize();
return hr;
......
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