mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 04:10:04 +00:00
quartz: Destroy BaseOutputPin in FileAsyncReaderPin_Release.
This commit is contained in:
parent
f0200b6d25
commit
7c5d0789d0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user