mirror of
https://github.com/vasi/pixz
synced 2024-11-16 21:26:04 +00:00
cleanup
This commit is contained in:
parent
91f044e569
commit
7820ec52b9
5
write.c
5
write.c
@ -93,10 +93,9 @@ void pixz_write(bool tar, uint32_t level) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// file index
|
// file index
|
||||||
if (gTar) {
|
if (gTar)
|
||||||
write_file_index();
|
write_file_index();
|
||||||
free_file_index();
|
free_file_index();
|
||||||
}
|
|
||||||
|
|
||||||
// post-block cleanup: index, footer
|
// post-block cleanup: index, footer
|
||||||
encode_index();
|
encode_index();
|
||||||
|
Loading…
Reference in New Issue
Block a user