Commit 32498176 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

Fixed a reference leak.

parent f2ad8e31
......@@ -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)
......
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