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

qcap: Destroy BaseOutputPin in VfwPin_Release.

parent 4ea1f357
......@@ -779,7 +779,7 @@ VfwPin_Release(IPin * iface)
if (!refCount)
{
CoTaskMemFree(This);
BaseOutputPin_Destroy(&This->pin);
ObjectRefCount(FALSE);
}
return refCount;
......
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