Commit 4416ef9d authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

strmbase: Fix reference leak of enumpins.

parent 30de0fa6
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment