rpcrt4: Initialise UniquePtrCount in NdrClientInitializeNew.
This commit is contained in:
parent
62e0a8ca38
commit
6cf9e441ad
|
@ -69,6 +69,7 @@ void WINAPI NdrClientInitializeNew( PRPC_MESSAGE pRpcMessage, PMIDL_STUB_MESSAGE
|
|||
pStubMsg->PointerBufferMark = NULL;
|
||||
pStubMsg->fBufferValid = 0;
|
||||
pStubMsg->uFlags = 0;
|
||||
pStubMsg->UniquePtrCount = 0;
|
||||
pStubMsg->pfnAllocate = pStubDesc->pfnAllocate;
|
||||
pStubMsg->pfnFree = pStubDesc->pfnFree;
|
||||
pStubMsg->StackTop = NULL;
|
||||
|
|
Loading…
Reference in New Issue