mirror of
https://github.com/diamante0018/MW3ProtocolExploit.git
synced 2025-11-22 20:12:06 +00:00
Forgot to close socket
This commit is contained in:
@@ -108,6 +108,7 @@ int main(int, char**)
|
||||
}
|
||||
|
||||
WaitForSingleObject(thread, INFINITE);
|
||||
closesocket(sock);
|
||||
WSACleanup();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user