mirror of
https://github.com/norohind/hans.git
synced 2025-04-18 15:27:36 +03:00
Free address info
This commit is contained in:
parent
0801a67257
commit
4c10ac711a
@ -229,6 +229,8 @@ int main(int argc, char *argv[])
|
||||
uint32_t serverIp = sockaddr->sin_addr.s_addr;
|
||||
|
||||
worker = new Client(mtu, device, ntohl(serverIp), maxPolls, password, uid, gid, changeEchoId, changeEchoSeq, clientIp);
|
||||
|
||||
freeaddrinfo(res);
|
||||
}
|
||||
|
||||
if (!foreground)
|
||||
|
Loading…
x
Reference in New Issue
Block a user