[client,x11] abort session when window is closed

This commit is contained in:
Armin Novak
2026-01-07 17:01:28 +01:00
parent b56e17e611
commit 4f52920274

View File

@@ -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;
}