1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-03-28 14:56:24 +01:00

One more fix

This commit is contained in:
universal963 2024-10-15 23:45:32 +08:00 committed by GitHub
parent 4823a2be70
commit ff5ef4f721
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -542,6 +542,8 @@ std::set<IP_PORT> Networking::resolve_ip(std::string dns)
}
}
if (result)
freeaddrinfo(result);
return ips;
}