mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 08:49:07 +00:00
Archive file support
This commit is contained in:
@@ -119,6 +119,7 @@ static void *tpool_worker(void *arg) {
|
||||
}
|
||||
|
||||
work->func(work->arg);
|
||||
free(work->arg);
|
||||
free(work);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user