quartz: Add missing release.

This commit is contained in:
Erich Hoover 2011-09-11 14:10:54 -06:00 committed by Alexandre Julliard
parent cd4ee69ef3
commit 9f7ef3786a

View File

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