summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index f335e1b..5d72ba1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -28,6 +28,7 @@ main(int argc, char *argv[])
opkg_opk_gzip_init_from_file(&gzip_state, argv[1]);
opkg_opk_ustar_list(&gzip_state, NULL);
+ inflateEnd(&gzip_state.stream);
return 0;
}