Project

General

Profile

Bug #18782 » 0005-Revert-removal-of-non-conditional-xfree.patch

ioquatix (Samuel Williams), 05/14/2022 11:05 PM

View differences:

variable.c
{
struct autoload_data_i *p = ptr;
xfree(p);
/* we may leak some memory at VM shutdown time, no big deal */
if (ccan_list_empty(&p->constants)) {
xfree(p);
}
}
static size_t
(5-5/5)