MCPcopy Create free account
hub / github.com/corosync/corosync / logsys_system_fini

Function logsys_system_fini

exec/logsys.c:284–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void logsys_system_fini (void)
285{
286 int i;
287 int f;
288 for (i = 0; i < LOGSYS_MAX_SUBSYS_COUNT; i++) {
289 free(logsys_loggers[i].logfile);
290 for (f = 0; f < logsys_loggers[i].file_idx; f++) {
291 free(logsys_loggers[i].files[f]);
292 }
293 }
294
295 qb_log_fini ();
296}
297
298/*
299 * Internal API - exported

Callers 2

_corosync_exit_errorFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected