mfreerdp: fix thread stopping
This commit is contained in:
parent
9258ecca37
commit
8449e1c946
@ -146,6 +146,9 @@ DWORD mac_client_input_thread(void* param)
|
||||
if (!status)
|
||||
break;
|
||||
}
|
||||
|
||||
if (!status)
|
||||
break;
|
||||
}
|
||||
|
||||
ExitThread(0);
|
||||
|
Loading…
Reference in New Issue
Block a user