feat: add logging system, orchestrator, and documentation
This commit is contained in:
@@ -398,6 +398,8 @@ void tui_run(void) {
|
||||
|
||||
void tui_cleanup(void) {
|
||||
if (yank_buffer.clip_indices) free(yank_buffer.clip_indices);
|
||||
/* free script note allocations */
|
||||
script_cleanup();
|
||||
/* delete FIFOs */
|
||||
unlink(STATUS_FIFO);
|
||||
unlink(CMD_FIFO);
|
||||
|
||||
Reference in New Issue
Block a user