Begin work to remove use of thread cancellation for NaCl

This commit is contained in:
Cameron Gutman
2016-02-15 15:58:42 -05:00
parent b2be459ff3
commit d7f40ec39b
9 changed files with 103 additions and 76 deletions

View File

@@ -292,7 +292,7 @@ int stopInputStream(void) {
PltInterruptThread(&inputSendThread);
if (inputSock != INVALID_SOCKET) {
closesocket(inputSock);
closeSocket(inputSock);
inputSock = INVALID_SOCKET;
}