ole32: Call IRpcChannelBuffer_GetBuffer for the RemRelease case of

Invoke, even though we are requesting a buffer size of 0 as we put
extra data into the buffer in IRpcChannelBuffer_GetBuffer.
This commit is contained in:
Robert Shearman 2006-08-26 12:07:18 +01:00 committed by Alexandre Julliard
parent 428c63f586
commit 588c782ac8

View file

@ -601,6 +601,7 @@ static HRESULT WINAPI RemUnkStub_Invoke(LPRPCSTUBBUFFER iface,
/* out */
pMsg->cbBuffer = 0;
IRpcChannelBuffer_GetBuffer(pChannel, pMsg, &IID_IRemUnknown);
break;
}
}