mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
seekable_format: Cleanup POOL in parallel_compression
This commit is contained in:
parent
2d4cff69c4
commit
6fc8455a72
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ static void compressFile_orDie(const char* fname, int cLevel, unsigned frameSize
|
|||
}
|
||||
|
||||
POOL_joinJobs(pool);
|
||||
POOL_free(pool);
|
||||
if (state.pending) {
|
||||
fprintf(stderr, "Unexpected leftover output blocks!\n");
|
||||
exit(13);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue