Commit 588c782a authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

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.
parent 428c63f5
...@@ -601,6 +601,7 @@ static HRESULT WINAPI RemUnkStub_Invoke(LPRPCSTUBBUFFER iface, ...@@ -601,6 +601,7 @@ static HRESULT WINAPI RemUnkStub_Invoke(LPRPCSTUBBUFFER iface,
/* out */ /* out */
pMsg->cbBuffer = 0; pMsg->cbBuffer = 0;
IRpcChannelBuffer_GetBuffer(pChannel, pMsg, &IID_IRemUnknown);
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment