Commit 7c5d0789 authored by Thomas Faber's avatar Thomas Faber Committed by Alexandre Julliard

quartz: Destroy BaseOutputPin in FileAsyncReaderPin_Release.

parent f0200b6d
......@@ -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;
......
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