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:
|
out:
|
||||||
|
if (enumpins)
|
||||||
|
IEnumPins_Release( enumpins );
|
||||||
if (pin_info.pFilter)
|
if (pin_info.pFilter)
|
||||||
IBaseFilter_Release( pin_info.pFilter );
|
IBaseFilter_Release( pin_info.pFilter );
|
||||||
return hr;
|
return hr;
|
||||||
|
|
Loading…
Reference in New Issue