rpcrt4: Initialise UniquePtrCount in NdrServerInitializeNew.

This commit is contained in:
Rob Shearman 2008-06-22 09:42:08 +01:00 committed by Alexandre Julliard
parent 7f1b7c51be
commit cc199b777e
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ unsigned char* WINAPI NdrServerInitializeNew( PRPC_MESSAGE pRpcMsg, PMIDL_STUB_M
pStubMsg->IgnoreEmbeddedPointers = 0;
pStubMsg->PointerBufferMark = NULL;
pStubMsg->uFlags = 0;
pStubMsg->UniquePtrCount = 0;
pStubMsg->pfnAllocate = pStubDesc->pfnAllocate;
pStubMsg->pfnFree = pStubDesc->pfnFree;
pStubMsg->StackTop = NULL;