mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[client,x11] abort session when window is closed
This commit is contained in:
@@ -1554,6 +1554,7 @@ static BOOL handle_window_events(freerdp* instance)
|
||||
if (!xf_process_x_events(instance))
|
||||
{
|
||||
WLog_DBG(TAG, "Closed from X11");
|
||||
freerdp_abort_connect_context(instance->context);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user