Module: wine Branch: master Commit: 7ba802ac29cdcbbc1350035e63c2d8b847039b29 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7ba802ac29cdcbbc1350035e63...
Author: Chris Robinson chris.kcat@gmail.com Date: Tue May 26 18:57:09 2009 -0700
quartz: Release enumpins when done with it.
---
dlls/quartz/control.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/quartz/control.c b/dlls/quartz/control.c index d14e221..9a50737 100644 --- a/dlls/quartz/control.c +++ b/dlls/quartz/control.c @@ -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