]> git.ipfire.org Git - thirdparty/zstd.git/commit
zstreamtest : fixed test 32 : multi-thread compression
authorYann Collet <cyan@fb.com>
Sat, 20 Jan 2018 06:11:11 +0000 (22:11 -0800)
committerYann Collet <cyan@fb.com>
Sat, 20 Jan 2018 06:20:53 +0000 (22:20 -0800)
commit6711396d97f631f8513fb3b8867ccd5acc8421dd
treebe1a9a89cb9586315547b7a638916b6a90eb80bf
parenta7ef3a219c1981617adfcd9c04086e67b41a123b
zstreamtest : fixed test 32 : multi-thread compression

using ZSTD_compress_generic(,,ZSTD_e_end)
Since it already provides ZSTD_e_end as directive,
it should not be followed by ZSTDMT_endStream().
lib/compress/zstdmt_compress.h
tests/zstreamtest.c