From 7ba802ac29cdcbbc1350035e63c2d8b847039b29 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 26 May 2009 18:57:09 -0700 Subject: [PATCH] quartz: Release enumpins when done with it. --- dlls/quartz/control.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/quartz/control.c b/dlls/quartz/control.c index d14e2219b43..9a50737ae91 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 -- 2.11.4.GIT