oleaut32: Fix a leak of a typelib object in OLEFontImpl_GetTypeInfo.
This commit is contained in:
parent
a7234c07c4
commit
05f75b9ff9
|
@ -1215,6 +1215,7 @@ static HRESULT WINAPI OLEFontImpl_GetTypeInfo(
|
|||
return hres;
|
||||
}
|
||||
hres = ITypeLib_GetTypeInfoOfGuid(tl, &IID_IFontDisp, ppTInfo);
|
||||
ITypeLib_Release(tl);
|
||||
if (FAILED(hres)) {
|
||||
FIXME("Did not IDispatch typeinfo from typelib, hres %x\n",hres);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue