mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix memory leak in FPEngine: unused heap object
This commit is contained in:
parent
919bf6c0c5
commit
0742876cca
1 changed files with 0 additions and 1 deletions
|
|
@ -1767,7 +1767,6 @@ int FPHost6::build_probe_list() {
|
|||
routing = new RoutingHeader();
|
||||
hopbyhop2 = new HopByHopHeader();
|
||||
icmp6 = new ICMPv6Header();
|
||||
payload = new RawData();
|
||||
ss6 = (const sockaddr_in6 *) this->target_host->SourceSockAddr();
|
||||
ip6->setSourceAddress(ss6->sin6_addr);
|
||||
ss6 = (const sockaddr_in6 *) this->target_host->TargetSockAddr();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue