| 1083 | |
| 1084 | #if DEVELOPER |
| 1085 | static void memleak_mark(struct plugin *p, struct htable *memtable) |
| 1086 | { |
| 1087 | memleak_scan_list_head(memtable, &pending_opens); |
| 1088 | memleak_scan_obj(memtable, current_policy); |
| 1089 | } |
| 1090 | #endif |
| 1091 | |
| 1092 | static const char *init(struct plugin *p, const char *b, const jsmntok_t *t) |
nothing calls this directly
no test coverage detected