quartz: Make sure the preferred allocator pointer is initialized.

This commit is contained in:
Alexandre Julliard 2011-05-20 10:28:21 +02:00
parent 5a7dba5a70
commit 7f6e677d5a
1 changed files with 1 additions and 0 deletions

View File

@ -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);