oleaut32: Fix a TypeAttr leak.
This commit is contained in:
parent
17382dd5f7
commit
d5664881e5
|
@ -356,6 +356,7 @@ static int _nroffuncs(ITypeInfo *tinfo) {
|
||||||
n += _nroffuncs(tinfo2);
|
n += _nroffuncs(tinfo2);
|
||||||
ITypeInfo_Release(tinfo2);
|
ITypeInfo_Release(tinfo2);
|
||||||
}
|
}
|
||||||
|
ITypeInfo_ReleaseTypeAttr(tinfo, attr);
|
||||||
i = 0;
|
i = 0;
|
||||||
while (1) {
|
while (1) {
|
||||||
hres = ITypeInfoImpl_GetInternalFuncDesc(tinfo,i,&fdesc);
|
hres = ITypeInfoImpl_GetInternalFuncDesc(tinfo,i,&fdesc);
|
||||||
|
|
Loading…
Reference in New Issue