Commit bca80e1a authored by Alexander Dorofeyev's avatar Alexander Dorofeyev Committed by Alexandre Julliard

quartz: Fix interface leak in FilterGraph2_Render.

parent 1656f6b7
......@@ -1370,6 +1370,7 @@ error:
if (!FAILED(hr)) DebugBreak();
}
IEnumMoniker_Release(pEnumMoniker);
if (nbmt)
DeleteMediaType(mt);
if (SUCCEEDED(hr))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment