summaryrefslogtreecommitdiffstats
path: root/libbb
diff options
context:
space:
mode:
Diffstat (limited to 'libbb')
-rw-r--r--libbb/unarchive.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/unarchive.c b/libbb/unarchive.c
index 62ca267..bf57a04 100644
--- a/libbb/unarchive.c
+++ b/libbb/unarchive.c
@@ -746,7 +746,6 @@ deb_extract(const char *package_filename, FILE *out_stream,
gz_err = gz_close(gunzip_pid);
if (gz_err)
*err = -1;
- free_header_tar(tar_header);
break;
}
seek_sub_file(unzipped_opkg_stream, tar_header->size);