Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bac2fd2d authored by Ken Chen's avatar Ken Chen Committed by Automerger Merge Worker
Browse files

[Test] Free memory allocated on heap am: 7f988336

parents 62678c79 7f988336
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ void TestResolvGetaddrinfo(FuzzedDataProvider& fdp) {

    resolv_getaddrinfo(hostname.c_str(), fdp.ConsumeBool() ? servname.c_str() : nullptr,
                       fdp.ConsumeBool() ? &hints : nullptr, &mNetContext, &result, &event);
    netdutils::ScopedAddrinfo result_cleanup(result);
}

}  // namespace