mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
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
Block a user