| 105 | |
| 106 | #if DEVELOPER |
| 107 | static void memleak_mark(struct plugin *p, struct htable *memtable) |
| 108 | { |
| 109 | /* name_option is not a leak! */ |
| 110 | memleak_ptr(memtable, name_option); |
| 111 | } |
| 112 | #endif /* DEVELOPER */ |
| 113 | |
| 114 | static const char *init(struct plugin *p, |
nothing calls this directly
no test coverage detected