qcap: Destroy BaseOutputPin in VfwPin_Release.
This commit is contained in:
parent
4ea1f35777
commit
f0200b6d25
|
@ -779,7 +779,7 @@ VfwPin_Release(IPin * iface)
|
|||
|
||||
if (!refCount)
|
||||
{
|
||||
CoTaskMemFree(This);
|
||||
BaseOutputPin_Destroy(&This->pin);
|
||||
ObjectRefCount(FALSE);
|
||||
}
|
||||
return refCount;
|
||||
|
|
Loading…
Reference in New Issue