mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
quartz: Add missing release.
This commit is contained in:
parent
cd4ee69ef3
commit
9f7ef3786a
@ -134,6 +134,8 @@ static HRESULT SendFurther( IPin *from, SendPinFunc fnMiddle, LPVOID arg, SendPi
|
||||
}
|
||||
|
||||
out:
|
||||
if (enumpins)
|
||||
IEnumPins_Release( enumpins );
|
||||
if (pin_info.pFilter)
|
||||
IBaseFilter_Release( pin_info.pFilter );
|
||||
return hr;
|
||||
|
Loading…
Reference in New Issue
Block a user