winhttp: Fix typeinfo refcount in GetTypeInfo().
This commit is contained in:
parent
d6829afe4b
commit
3816e44da1
|
@ -2754,6 +2754,7 @@ static HRESULT get_typeinfo( enum type_id tid, ITypeInfo **ret )
|
|||
ITypeInfo_Release( typeinfo );
|
||||
}
|
||||
*ret = winhttp_typeinfo[tid];
|
||||
ITypeInfo_AddRef(winhttp_typeinfo[tid]);
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue