xfreerdp: partial reconnect fixes

This commit is contained in:
Marc-André Moreau
2015-02-05 17:01:56 -05:00
parent fdde017526
commit 82d58086db
8 changed files with 118 additions and 48 deletions

View File

@@ -71,7 +71,6 @@ int main(int argc, char* argv[])
thread = freerdp_client_get_thread(context);
WaitForSingleObject(thread, INFINITE);
GetExitCodeThread(thread, &dwExitCode);
freerdp_client_stop(context);