rpcrt4: Add missing calls to NdrCorrelationInitialize/Free.

This commit is contained in:
Huw Davies 2015-07-13 13:11:37 +01:00 committed by Alexandre Julliard
parent 76dc3b64ae
commit a8f46c78ff
1 changed files with 2 additions and 3 deletions

View File

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