mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[coverity] 1543220 Double free
This commit is contained in:
@@ -1444,7 +1444,6 @@ static BOOL shadow_client_send_surface_bits(rdpShadowClient* client, BYTE* pSrcD
|
||||
const RFX_MESSAGE* msg = rfx_message_list_get(messages, i);
|
||||
if (!rfx_write_message(encoder->rfx, s, msg))
|
||||
{
|
||||
rfx_message_list_free(messages);
|
||||
WLog_ERR(TAG, "rfx_write_message failed");
|
||||
ret = FALSE;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user