+4844. [test] Address memory leaks in libatf-c. [RT #46798]
+
4843. [bug] dnssec-signzone free hashlist on exit. [RT #46791]
4842. [bug] Conditionally compile opensslecdsa_link.c to avoid
if (atf_is_error(err)) {
if (managed)
free(value);
+ free(me->m_key);
free(me);
}
}
atf_utils_free_charpp(vars);
}
+ free(tcs);
}
/* ---------------------------------------------------------------------
atf_tc_fini(atf_tc_t *tc)
{
atf_map_fini(&tc->pimpl->m_vars);
+ atf_map_fini(&tc->pimpl->m_config);
free(tc->pimpl);
+ tc->pimpl = NULL;
}
/*