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

Function leak_detect_timeout

lightningd/memdump.c:195–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static void leak_detect_timeout(struct leak_detect *leak_detect)
196{
197 /* We actually *do* leak the leak_detect, but cmd is about
198 * to exit. */
199 notleak(tal_steal(NULL, leak_detect));
200 finish_report(leak_detect);
201 leak_detect->cmd = NULL;
202}
203
204static void leak_detect_req_done(const struct subd_req *req,
205 struct leak_detect *leak_detect)

Callers

nothing calls this directly

Calls 1

finish_reportFunction · 0.85

Tested by

no test coverage detected