mirror of https://github.com/FreeRDP/FreeRDP
Fixed #5098: Abort connection and let the application clean up resources before exit.
This commit is contained in:
parent
a1c2033226
commit
d260d4e29e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue