MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / xlog_free_writer

Function xlog_free_writer

common/log/xlog.c:485–490  ·  view source on GitHub ↗

* free a log writer */

Source from the content-addressed store, hash-verified

483 * free a log writer
484 */
485XLOG_API void xlog_free_writer(xlog_writer *wr)
486{
487 if (wr != NULL){
488 free(wr);
489 }
490}
491
492/**
493 * set the main prefix string, return 0 if success.

Callers 3

srd_log_uninitFunction · 0.85
dsv_log_uninitFunction · 0.85
sr_log_uninitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected