Archive file support

This commit is contained in:
2019-12-13 10:53:51 -05:00
parent 9778acda77
commit be23201210
40 changed files with 879 additions and 434 deletions

View File

@@ -119,6 +119,7 @@ static void *tpool_worker(void *arg) {
}
work->func(work->arg);
free(work->arg);
free(work);
}