quartz: Release enumpins when done with it.
This commit is contained in:
parent
25dac198c3
commit
7ba802ac29
|
@ -278,6 +278,8 @@ static HRESULT ForwardCmdSeek( PCRITICAL_SECTION crit_sect, IBaseFilter* from, S
|
|||
IPin_Release( pin );
|
||||
}
|
||||
}
|
||||
IEnumPins_Release( enumpins );
|
||||
|
||||
if (foundend && allnotimpl)
|
||||
hr = E_NOTIMPL;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue