EGFX: Ignore incoming messages after close sent

This commit is contained in:
matt335672 2024-02-15 10:29:36 +00:00
parent bc70a86de6
commit f3fe06a0c7

View File

@ -1121,6 +1121,10 @@ xrdp_egfx_shutdown_close_connection(struct xrdp_egfx *egfx)
return error;
}
// Ignore any messages we haven't processed yet
egfx->caps_advertise = NULL;
egfx->frame_ack = NULL;
return error;
}