mirror of
https://github.com/facebook/zstd.git
synced 2025-08-07 06:23:00 +03:00
seekable_format: Cleanup POOL in parallel_compression
This commit is contained in:
committed by
Yann Collet
parent
2d4cff69c4
commit
6fc8455a72
@@ -214,6 +214,7 @@ static void compressFile_orDie(const char* fname, int cLevel, unsigned frameSize
|
|||||||
}
|
}
|
||||||
|
|
||||||
POOL_joinJobs(pool);
|
POOL_joinJobs(pool);
|
||||||
|
POOL_free(pool);
|
||||||
if (state.pending) {
|
if (state.pending) {
|
||||||
fprintf(stderr, "Unexpected leftover output blocks!\n");
|
fprintf(stderr, "Unexpected leftover output blocks!\n");
|
||||||
exit(13);
|
exit(13);
|
||||||
|
Reference in New Issue
Block a user