Fixed coverity issue 1047645

This commit is contained in:
Armin Novak 2013-08-29 10:59:00 +02:00
parent 96285eec58
commit a355093219

View File

@ -80,6 +80,8 @@ PFORMAT_STRING NdrpComputeCount(PMIDL_STUB_MESSAGE pStubMsg, unsigned char* pMem
if (pStubMsg->StackTop) if (pStubMsg->StackTop)
ptr = pStubMsg->StackTop; ptr = pStubMsg->StackTop;
} }
else
return pFormat;
switch (correlation_operator) switch (correlation_operator)
{ {