Fixed a reference leak.

This commit is contained in:
Maarten Lankhorst 2005-04-26 08:15:38 +00:00 committed by Alexandre Julliard
parent f2ad8e3121
commit 32498176e8
1 changed files with 1 additions and 0 deletions

View File

@ -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)