| 140 | } |
| 141 | |
| 142 | void memleak_scan_list_head(struct htable *memtable, const struct list_head *l) |
| 143 | { |
| 144 | scan_for_pointers(memtable, l, sizeof(*l)); |
| 145 | } |
| 146 | |
| 147 | static void remove_with_children(struct htable *memtable, const tal_t *p) |
| 148 | { |
no test coverage detected