Bug #18782 » 0005-Revert-removal-of-non-conditional-xfree.patch
| 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
|
||
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »