Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void free_noerr(void *p)
47
{
48
int saved_errno = errno;
49
free(p);
50
errno = saved_errno;
51
}
Callers
2
pipecmdv
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68