Commit 9f7ef378 authored by Erich Hoover's avatar Erich Hoover Committed by Alexandre Julliard

quartz: Add missing release.

parent cd4ee69e
......@@ -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;
......
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