mirror of
https://git.tukaani.org/xz.git
synced 2025-02-19 15:08:14 +00:00
Tests: Fix a memory leak in test_bcj_exact_size.
Thanks to Cristian Rodríguez.
This commit is contained in:
parent
68cd35acaf
commit
960440f323
@ -65,6 +65,7 @@ decompress(void)
|
||||
if (ret == LZMA_STREAM_END) {
|
||||
expect(strm.total_in == compressed_size);
|
||||
expect(strm.total_out == sizeof(in));
|
||||
lzma_end(&strm);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user