mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 23:20:56 +00:00
quartz: Fix interface leak in FilterGraph2_Render.
This commit is contained in:
parent
1656f6b7cc
commit
bca80e1a64
@ -1370,6 +1370,7 @@ error:
|
|||||||
if (!FAILED(hr)) DebugBreak();
|
if (!FAILED(hr)) DebugBreak();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IEnumMoniker_Release(pEnumMoniker);
|
||||||
if (nbmt)
|
if (nbmt)
|
||||||
DeleteMediaType(mt);
|
DeleteMediaType(mt);
|
||||||
if (SUCCEEDED(hr))
|
if (SUCCEEDED(hr))
|
||||||
|
Loading…
Reference in New Issue
Block a user