Commit d5664881 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

oleaut32: Fix a TypeAttr leak.

parent 17382dd5
......@@ -356,6 +356,7 @@ static int _nroffuncs(ITypeInfo *tinfo) {
n += _nroffuncs(tinfo2);
ITypeInfo_Release(tinfo2);
}
ITypeInfo_ReleaseTypeAttr(tinfo, attr);
i = 0;
while (1) {
hres = ITypeInfoImpl_GetInternalFuncDesc(tinfo,i,&fdesc);
......
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