mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 02:04:34 +00:00
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…
x
Reference in New Issue
Block a user