strmbase: Fix reference leak of enumpins.

This commit is contained in:
Maarten Lankhorst 2010-12-03 14:38:31 +01:00 committed by Alexandre Julliard
parent 30de0fa697
commit 4416ef9de6

View file

@ -133,6 +133,7 @@ static HRESULT SendFurther( IPin *from, SendPinFunc fnMiddle, LPVOID arg, SendPi
hr_local = fnEnd( from, arg );
hr_return = updatehres( hr_return, hr_local );
}
IEnumPins_Release(enumpins);
out:
if (pin_info.pFilter)