rpcrt4: Remember to skip over the conformance description.

This commit is contained in:
Huw Davies 2006-08-17 15:31:32 +01:00 committed by Alexandre Julliard
parent 496d634735
commit 59be6e0600
1 changed files with 2 additions and 0 deletions

View File

@ -2365,6 +2365,8 @@ void WINAPI NdrConformantArrayFree(PMIDL_STUB_MESSAGE pStubMsg,
TRACE("(%p,%p,%p)\n", pStubMsg, pMemory, pFormat);
if (pFormat[0] != RPC_FC_CARRAY) FIXME("format=%d\n", pFormat[0]);
pFormat = ComputeConformance(pStubMsg, pMemory, pFormat+4, 0);
EmbeddedPointerFree(pStubMsg, pMemory, pFormat);
}