Fixed a reference leak.
This commit is contained in:
parent
f2ad8e3121
commit
32498176e8
|
@ -432,6 +432,7 @@ static HRESULT WINAPI DEVENUM_IMediaCatMoniker_BindToObject(
|
|||
{
|
||||
/* get the requested interface from the loaded class */
|
||||
res= IUnknown_QueryInterface(pObj,riidResult,ppvResult);
|
||||
IUnknown_Release(pObj);
|
||||
}
|
||||
|
||||
if (pProp)
|
||||
|
|
Loading…
Reference in New Issue