Yep, found a leak in this subd. */
| 220 | |
| 221 | /* Yep, found a leak in this subd. */ |
| 222 | void report_subd_memleak(struct leak_detect *leak_detect, struct subd *leaker) |
| 223 | { |
| 224 | tal_arr_expand(&leak_detect->leakers, |
| 225 | tal_strdup(leak_detect, leaker->name)); |
| 226 | } |
| 227 | |
| 228 | static void gossip_dev_memleak_done(struct subd *gossipd, |
| 229 | const u8 *reply, |
no outgoing calls
no test coverage detected