rpcrt4: Initialise UniquePtrCount in NdrServerInitializeNew.
This commit is contained in:
parent
7f1b7c51be
commit
cc199b777e
|
@ -121,6 +121,7 @@ unsigned char* WINAPI NdrServerInitializeNew( PRPC_MESSAGE pRpcMsg, PMIDL_STUB_M
|
||||||
pStubMsg->IgnoreEmbeddedPointers = 0;
|
pStubMsg->IgnoreEmbeddedPointers = 0;
|
||||||
pStubMsg->PointerBufferMark = NULL;
|
pStubMsg->PointerBufferMark = NULL;
|
||||||
pStubMsg->uFlags = 0;
|
pStubMsg->uFlags = 0;
|
||||||
|
pStubMsg->UniquePtrCount = 0;
|
||||||
pStubMsg->pfnAllocate = pStubDesc->pfnAllocate;
|
pStubMsg->pfnAllocate = pStubDesc->pfnAllocate;
|
||||||
pStubMsg->pfnFree = pStubDesc->pfnFree;
|
pStubMsg->pfnFree = pStubDesc->pfnFree;
|
||||||
pStubMsg->StackTop = NULL;
|
pStubMsg->StackTop = NULL;
|
||||||
|
|
Loading…
Reference in New Issue