MCPcopy Create free account
hub / github.com/git/git / git_atexit_clear

Function git_atexit_clear

run-command.c:1116–1121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114}
1115
1116static void git_atexit_clear(void)
1117{
1118 free(git_atexit_hdlrs.handlers);
1119 memset(&git_atexit_hdlrs, 0, sizeof(git_atexit_hdlrs));
1120 git_atexit_installed = 0;
1121}
1122
1123#undef atexit
1124int git_atexit(void (*handler)(void))

Callers 1

start_asyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected