qcap: Destroy BaseOutputPin in VfwPin_Release.

This commit is contained in:
Thomas Faber 2014-07-27 01:34:55 +02:00 committed by Alexandre Julliard
parent 4ea1f35777
commit f0200b6d25
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ VfwPin_Release(IPin * iface)
if (!refCount)
{
CoTaskMemFree(This);
BaseOutputPin_Destroy(&This->pin);
ObjectRefCount(FALSE);
}
return refCount;