mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
Fixed #5098: Abort connection and let the application clean up resources before exit.
This commit is contained in:
@@ -86,7 +86,7 @@ struct xf_floatbar_button
|
||||
|
||||
static void xf_floatbar_button_onclick_close(xfContext* xfc)
|
||||
{
|
||||
ExitProcess(EXIT_SUCCESS);
|
||||
freerdp_abort_connect(xfc->context.instance);
|
||||
}
|
||||
|
||||
static void xf_floatbar_button_onclick_minimize(xfContext* xfc)
|
||||
|
||||
Reference in New Issue
Block a user