Commit a8f46c78 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

rpcrt4: Add missing calls to NdrCorrelationInitialize/Free.

parent 76dc3b64
......@@ -1344,8 +1344,7 @@ LONG WINAPI NdrStubCall2(
if (ext_flags.HasNewCorrDesc)
{
/* initialize extra correlation package */
FIXME("new correlation description not implemented\n");
stubMsg.fHasNewCorrDesc = TRUE;
NdrCorrelationInitialize(&stubMsg, NdrCorrCache, sizeof(NdrCorrCache), 0);
}
}
else
......@@ -1432,7 +1431,7 @@ LONG WINAPI NdrStubCall2(
if (ext_flags.HasNewCorrDesc)
{
/* free extra correlation package */
/* NdrCorrelationFree(&stubMsg); */
NdrCorrelationFree(&stubMsg);
}
if (Oif_flags.HasPipes)
......
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