We should clean up after we're done

This commit is contained in:
Jacob 2023-08-12 05:21:31 +02:00
parent f022bb1d95
commit 47eba53802

View file

@ -393,6 +393,10 @@ void cleanup(void) {
} }
#endif #endif
#if FIFO
remove(fifofile);
#endif
free(sel_index); free(sel_index);
} }