mirror of
https://github.com/intel/isa-l.git
synced 2025-01-19 12:27:43 +01:00
igzip: Fix bug in igzip_rand_test where invalid flag is set
Change-Id: I0d9418bcb48bd40e2fb8bb9105f38cffe77ba33d Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
This commit is contained in:
parent
4ae2d1be29
commit
b4ebd1c6e7
@ -1330,6 +1330,7 @@ int compress_stateless_full_flush(uint8_t * data, uint32_t data_size, uint8_t *
|
|||||||
stream.level = 0;
|
stream.level = 0;
|
||||||
stream.level_buf = NULL;
|
stream.level_buf = NULL;
|
||||||
stream.level_buf_size = 0;
|
stream.level_buf_size = 0;
|
||||||
|
stream.gzip_flag = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
stream.flush = FULL_FLUSH;
|
stream.flush = FULL_FLUSH;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user