quartz: Fix interface leak in FilterGraph2_Render.

This commit is contained in:
Alexander Dorofeyev 2008-07-17 20:25:35 +03:00 committed by Alexandre Julliard
parent 1656f6b7cc
commit bca80e1a64
1 changed files with 1 additions and 0 deletions

View File

@ -1370,6 +1370,7 @@ error:
if (!FAILED(hr)) DebugBreak();
}
IEnumMoniker_Release(pEnumMoniker);
if (nbmt)
DeleteMediaType(mt);
if (SUCCEEDED(hr))