ole: Fix crash in RpcChannelBuffer_SendReceive.

Initialise apt to NULL since ipid_to_apt_stubbuffer no longer does
this for us.
This commit is contained in:
Robert Shearman 2006-01-12 11:53:32 +01:00 committed by Alexandre Julliard
parent 9ac3b28354
commit f431353058
1 changed files with 1 additions and 1 deletions

View File

@ -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);