rpcrt4: Fix the return value from NdrSimpleStructMemorySize.
This commit is contained in:
parent
3a13de3115
commit
d7a0de303e
|
@ -1776,7 +1776,7 @@ ULONG WINAPI NdrSimpleStructMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
|
|||
|
||||
if (pFormat[0] != RPC_FC_STRUCT)
|
||||
EmbeddedPointerMemorySize(pStubMsg, pFormat+4);
|
||||
return size;
|
||||
return pStubMsg->MemorySize;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in New Issue