Commit 1236f52d authored by Thomas Faber's avatar Thomas Faber Committed by Alexandre Julliard

quartz: Fix IEnumFiltersImpl memory leak.

parent 3b8e7d4d
......@@ -117,6 +117,7 @@ static ULONG WINAPI IEnumFiltersImpl_Release(IEnumFilters * iface)
if (!refCount)
{
IGraphVersion_Release(This->pVersionSource);
CoTaskMemFree(This);
return 0;
}
else
......
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