Commit f4313530 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

ole: Fix crash in RpcChannelBuffer_SendReceive.

Initialise apt to NULL since ipid_to_apt_stubbuffer no longer does this for us.
parent 9ac3b283
......@@ -227,7 +227,7 @@ static HRESULT WINAPI RpcChannelBuffer_SendReceive(LPRPCCHANNELBUFFER iface, RPC
DWORD index;
struct dispatch_params *params;
DWORD tid;
APARTMENT *apt;
APARTMENT *apt = NULL;
IPID ipid;
TRACE("(%p) iMethod=%ld\n", olemsg, olemsg->iMethod);
......
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