2
0
mirror of https://github.com/vasi/pixz synced 2024-11-16 21:26:04 +00:00
This commit is contained in:
Dave Vasilevsky 2012-10-14 09:15:42 -04:00
parent 91f044e569
commit 7820ec52b9

View File

@ -93,10 +93,9 @@ void pixz_write(bool tar, uint32_t level) {
}
// file index
if (gTar) {
if (gTar)
write_file_index();
free_file_index();
}
free_file_index();
// post-block cleanup: index, footer
encode_index();