mfreerdp: fix thread stopping

This commit is contained in:
Marc-André Moreau 2014-11-20 12:34:49 -05:00
parent 9258ecca37
commit 8449e1c946

View File

@ -146,6 +146,9 @@ DWORD mac_client_input_thread(void* param)
if (!status)
break;
}
if (!status)
break;
}
ExitThread(0);