X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fcompress_parallel.c;h=0569b176fcbf2a9842585c7b6e0962bc3d8cf490;hb=7c1dad65663cb7f2068539367e226f3901489f30;hp=b3377ffc985ca636ce6d1746b7c939ec7b349524;hpb=d8e380e8314cdb592149a651a19690d102a1865b;p=wimlib diff --git a/src/compress_parallel.c b/src/compress_parallel.c index b3377ffc..0569b176 100644 --- a/src/compress_parallel.c +++ b/src/compress_parallel.c @@ -523,7 +523,8 @@ new_parallel_chunk_compressor(int out_ctype, u32 out_chunk_size, dat->chunks_to_compress_queue = &ctx->chunks_to_compress_queue; dat->compressed_chunks_queue = &ctx->compressed_chunks_queue; - ret = wimlib_create_compressor(out_ctype, out_chunk_size, 0, + ret = wimlib_create_compressor(out_ctype, out_chunk_size, + WIMLIB_COMPRESSOR_FLAG_DESTRUCTIVE, &dat->compressor); if (ret) goto err;