1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

Allow cleanup of netutil's interfaces cache

This commit is contained in:
dmiller
2021-12-12 23:42:38 +00:00
parent e20093b16d
commit 2cea59aca0
3 changed files with 10 additions and 4 deletions

View File

@@ -1788,6 +1788,7 @@ void nmap_free_mem() {
PortList::freePortMap();
cp_free();
free_services();
freeinterfaces();
AllProbes::service_scan_free();
traceroute_hop_cache_clear();
nsock_set_default_engine(NULL);