| 570 | |
| 571 | #if DEVELOPER |
| 572 | static void memleak_mark_payments(struct plugin *p, struct htable *memtable) |
| 573 | { |
| 574 | memleak_scan_list_head(memtable, &payments); |
| 575 | } |
| 576 | #endif |
| 577 | |
| 578 | static const char *init(struct plugin *p, |
nothing calls this directly
no test coverage detected