Commit b700634b authored by Thomas Faber's avatar Thomas Faber Committed by Alexandre Julliard

quartz: Fix IEnumMoniker reference leak in FilterGraph2_Connect.

parent 0a3e5448
......@@ -1169,6 +1169,8 @@ error:
CoTaskMemFree(ppins);
}
IEnumMoniker_Release(pEnumMoniker);
out:
if (penummt)
IEnumMediaTypes_Release(penummt);
......
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