shlwapi: Release rgcd.pUnk returned by enumeration.

This commit is contained in:
Aric Stewart 2009-12-10 13:16:26 -06:00 committed by Alexandre Julliard
parent ec2a78c30a
commit deef2c5ac2
1 changed files with 1 additions and 0 deletions

View File

@ -2950,6 +2950,7 @@ static HRESULT SHLWAPI_InvokeByIID(
IDispatch_Invoke(dispIface, dispId, &IID_NULL, 0, DISPATCH_METHOD, params, NULL, NULL, NULL);
IDispatch_Release(dispIface);
}
IUnknown_Release(rgcd.pUnk);
}
IEnumConnections_Release(enumerator);