Commit deef2c5a authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

shlwapi: Release rgcd.pUnk returned by enumeration.

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