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:
parent
4823a2be70
commit
ff5ef4f721
1 changed files with 2 additions and 0 deletions
|
@ -542,6 +542,8 @@ std::set<IP_PORT> Networking::resolve_ip(std::string dns)
|
|||
}
|
||||
}
|
||||
|
||||
if (result)
|
||||
freeaddrinfo(result);
|
||||
return ips;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue