Fixed #5098: Abort connection and let the application clean up resources before exit.

This commit is contained in:
Armin Novak 2018-12-04 16:42:28 +01:00
parent a1c2033226
commit d260d4e29e
1 changed files with 1 additions and 1 deletions

View File

@ -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)