mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
quartz: Set filesource initial state to stopped.
Fixes a bug valgrind found.
This commit is contained in:
parent
8b65914cf9
commit
ee317b19b2
@ -355,6 +355,7 @@ HRESULT AsyncReader_create(IUnknown * pUnkOuter, LPVOID * ppv)
|
||||
pAsyncRead->filterInfo.pGraph = NULL;
|
||||
pAsyncRead->pOutputPin = NULL;
|
||||
pAsyncRead->lastpinchange = GetTickCount();
|
||||
pAsyncRead->state = State_Stopped;
|
||||
|
||||
InitializeCriticalSection(&pAsyncRead->csFilter);
|
||||
pAsyncRead->csFilter.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": AsyncReader.csFilter");
|
||||
|
Loading…
Reference in New Issue
Block a user