mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-22 10:31:53 +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