Fixed coverity issue 1047617

This commit is contained in:
Armin Novak 2013-08-28 16:26:11 +02:00
parent f9c327ce01
commit 91cfc90f3b

View File

@ -433,6 +433,7 @@ int rpc_write(rdpRpc* rpc, BYTE* data, int length, UINT16 opnum)
if (encrypt_status != SEC_E_OK)
{
fprintf(stderr, "EncryptMessage status: 0x%08X\n", encrypt_status);
free(request_pdu);
return -1;
}