mirror of
https://github.com/diamante0018/MW3ProtocolExploit.git
synced 2025-04-19 12:32:52 +00:00
Forgot to close socket
This commit is contained in:
parent
96fe1ff515
commit
c0b0018781
@ -108,6 +108,7 @@ int main(int, char**)
|
||||
}
|
||||
|
||||
WaitForSingleObject(thread, INFINITE);
|
||||
closesocket(sock);
|
||||
WSACleanup();
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user