EGFX: Ignore incoming messages after close sent
This commit is contained in:
parent
bc70a86de6
commit
f3fe06a0c7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user