quartz: Add missing release.

oldstable
Erich Hoover 2011-09-11 14:10:54 -06:00 committed by Alexandre Julliard
parent cd4ee69ef3
commit 9f7ef3786a
1 changed files with 2 additions and 0 deletions

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;