Fixed sample client resource cleanup
This commit is contained in:
parent
c11939e325
commit
e716f82311
@ -342,7 +342,10 @@ int main(int argc, char* argv[])
|
||||
freerdp_client_settings_command_line_status_print(context->settings, status, argc, argv);
|
||||
|
||||
if (status)
|
||||
return 0;
|
||||
{
|
||||
rc = 0;
|
||||
goto fail;
|
||||
}
|
||||
|
||||
if (freerdp_client_start(context) != 0)
|
||||
goto fail;
|
||||
|
Loading…
x
Reference in New Issue
Block a user