From 0742876cca1bc9ae9cf56a46528376b536a7e6a0 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 22 Apr 2026 01:01:17 +0000 Subject: [PATCH] Fix memory leak in FPEngine: unused heap object --- FPEngine.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/FPEngine.cc b/FPEngine.cc index 1fd4e0192..fd1de6299 100644 --- a/FPEngine.cc +++ b/FPEngine.cc @@ -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();