For RPC servers, don't deallocate the RPC request packet before the
commit2d56c3d62d25f1d1ee08f34922104921dfdd99a5
authorOve Kaaven <ovek@transgaming.com>
Wed, 21 May 2003 18:23:06 +0000 (21 18:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 May 2003 18:23:06 +0000 (21 18:23 +0000)
treea39a0a83fb248228142a265f89dad3e14f6af6b8
parent40c9882b6caee7b340161350711eea75b5884299
For RPC servers, don't deallocate the RPC request packet before the
RPC reply packet is sent, in case marshalling the reply needs any of
the request data.
dlls/rpcrt4/rpc_message.c
dlls/rpcrt4/rpc_server.c