1
0
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:
Dave Vasilevsky
2025-05-06 23:45:04 -04:00
committed by Yann Collet
parent 2d4cff69c4
commit 6fc8455a72

View File

@@ -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);