1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Use more automatic memory management in nmap_dns.cc.

This commit is contained in:
david
2013-01-25 06:26:23 +00:00
parent c11ceacc1f
commit 6784954eee
5 changed files with 75 additions and 132 deletions

View File

@@ -98,7 +98,4 @@ class Target;
void nmap_mass_rdns(Target ** targets, int num_targets);
const char *lookup_cached_host(u32 ip);
void free_dns_servers();
void free_etchosts();
std::list<std::string> get_dns_servers();