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

Function free_noerr

ccan/ccan/noerr/noerr.c:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void free_noerr(void *p)
47{
48 int saved_errno = errno;
49 free(p);
50 errno = saved_errno;
51}

Callers 2

pipecmdvFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68