quartz: Destroy BaseOutputPin in FileAsyncReaderPin_Release.

This commit is contained in:
Thomas Faber 2014-07-27 11:39:55 +02:00 committed by Alexandre Julliard
parent f0200b6d25
commit 7c5d0789d0
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ static ULONG WINAPI FileAsyncReaderPin_Release(IPin * iface)
CloseHandle(This->hFile);
This->csList.DebugInfo->Spare[0] = 0;
DeleteCriticalSection(&This->csList);
CoTaskMemFree(This);
BaseOutputPin_Destroy(&This->pin);
return 0;
}
return refCount;