Alexander Dorofeyev : quartz: Fix interface leak in FilterGraph2_Render.

Alexandre Julliard julliard at winehq.org
Fri Jul 18 06:46:16 CDT 2008


Module: wine
Branch: master
Commit: bca80e1a647db0d3cbc7863de0084a4fe4559c5b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bca80e1a647db0d3cbc7863de0084a4fe4559c5b

Author: Alexander Dorofeyev <alexd4 at inbox.lv>
Date:   Thu Jul 17 20:25:35 2008 +0300

quartz: Fix interface leak in FilterGraph2_Render.

---

 dlls/quartz/filtergraph.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c
index b2fdf3c..9728c37 100644
--- a/dlls/quartz/filtergraph.c
+++ b/dlls/quartz/filtergraph.c
@@ -1370,6 +1370,7 @@ error:
             if (!FAILED(hr)) DebugBreak();
         }
 
+        IEnumMoniker_Release(pEnumMoniker);
         if (nbmt)
             DeleteMediaType(mt);
         if (SUCCEEDED(hr))




More information about the wine-cvs mailing list