rpcrt4: Initialise UniquePtrCount in NdrClientInitializeNew.

This commit is contained in:
Rob Shearman 2008-06-20 10:15:03 +01:00 committed by Alexandre Julliard
parent 62e0a8ca38
commit 6cf9e441ad
1 changed files with 1 additions and 0 deletions

View File

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