rpcrt4: Mark the buffer as invalid in NdrProxyFreeBuffer().
This commit is contained in:
parent
dccc6a60b6
commit
4ec4bdff73
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ void WINAPI NdrProxyFreeBuffer(void *This,
|
|||
{
|
||||
IRpcChannelBuffer_FreeBuffer(pStubMsg->pRpcChannelBuffer,
|
||||
(RPCOLEMESSAGE*)pStubMsg->RpcMsg);
|
||||
pStubMsg->fBufferValid = TRUE;
|
||||
pStubMsg->fBufferValid = FALSE;
|
||||
}
|
||||
IRpcChannelBuffer_Release(pStubMsg->pRpcChannelBuffer);
|
||||
pStubMsg->pRpcChannelBuffer = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue