Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ trace_cleanup
Function
trace_cleanup
common/trace.c:482–489 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
}
481
482
void trace_cleanup(void)
483
{
484
spans = tal_free(spans);
485
if (trace_socket_fd >= 0) {
486
close(trace_socket_fd);
487
trace_socket_fd = -1;
488
}
489
}
Callers
6
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
tal_free
Function · 0.85
Tested by
6
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68