quartz: Release enumpins when done with it.

This commit is contained in:
Chris Robinson 2009-05-26 18:57:09 -07:00 committed by Alexandre Julliard
parent 25dac198c3
commit 7ba802ac29
1 changed files with 2 additions and 0 deletions

View File

@ -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