oleaut32: Fix a leak of the typelib in the tmarshal tests.
This commit is contained in:
parent
d7682104e6
commit
83a02c545c
|
@ -600,6 +600,7 @@ static IWidget *Widget_Create(void)
|
|||
ok_ole_success(hr, CreateStdDispatch);
|
||||
ITypeInfo_Release(pTypeInfo);
|
||||
}
|
||||
ITypeLib_Release(pTypeLib);
|
||||
}
|
||||
|
||||
if (SUCCEEDED(hr))
|
||||
|
|
Loading…
Reference in New Issue