One more fix
This commit is contained in:
parent
4823a2be70
commit
ff5ef4f721
@ -542,6 +542,8 @@ std::set<IP_PORT> Networking::resolve_ip(std::string dns)
|
||||
}
|
||||
}
|
||||
|
||||
if (result)
|
||||
freeaddrinfo(result);
|
||||
return ips;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user