quartz: Make sure the preferred allocator pointer is initialized.
This commit is contained in:
parent
5a7dba5a70
commit
7f6e677d5a
|
@ -199,6 +199,7 @@ static HRESULT PullPin_Init(const IPinVtbl *PullPin_Vtbl, const PIN_INFO * pPinI
|
|||
pPinImpl->fnDone = pDone;
|
||||
pPinImpl->fnPreConnect = NULL;
|
||||
pPinImpl->pAlloc = NULL;
|
||||
pPinImpl->prefAlloc = NULL;
|
||||
pPinImpl->pReader = NULL;
|
||||
pPinImpl->hThread = NULL;
|
||||
pPinImpl->hEventStateChanged = CreateEventW(NULL, TRUE, TRUE, NULL);
|
||||
|
|
Loading…
Reference in New Issue