aboutsummaryrefslogtreecommitdiff
path: root/lib/common/writer/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/writer/cleanup.c')
-rw-r--r--lib/common/writer/cleanup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/writer/cleanup.c b/lib/common/writer/cleanup.c
index 16e846b..1af7a99 100644
--- a/lib/common/writer/cleanup.c
+++ b/lib/common/writer/cleanup.c
@@ -21,6 +21,7 @@ void sqfs_writer_cleanup(sqfs_writer_t *sqfs, int status)
sqfs_destroy(sqfs->blkwr);
sqfs_destroy(sqfs->fragtbl);
sqfs_destroy(sqfs->cmp);
+ sqfs_destroy(sqfs->uncmp);
fstree_cleanup(&sqfs->fs);
sqfs_destroy(sqfs->outfile);