MCPcopy Create free account
hub / github.com/ElementsProject/lightning / report_subd_memleak

Function report_subd_memleak

lightningd/memdump.c:222–226  ·  view source on GitHub ↗

Yep, found a leak in this subd. */

Source from the content-addressed store, hash-verified

220
221/* Yep, found a leak in this subd. */
222void 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
228static void gossip_dev_memleak_done(struct subd *gossipd,
229 const u8 *reply,

Callers 7

gossip_dev_memleak_doneFunction · 0.70
connect_dev_memleak_doneFunction · 0.70
json_memleakFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected