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:
Roy Oursler 2017-11-14 13:36:44 -07:00
parent 4ae2d1be29
commit b4ebd1c6e7

View File

@ -1330,6 +1330,7 @@ int compress_stateless_full_flush(uint8_t * data, uint32_t data_size, uint8_t *
stream.level = 0;
stream.level_buf = NULL;
stream.level_buf_size = 0;
stream.gzip_flag = 0;
}
stream.flush = FULL_FLUSH;