From 5191a25b92f903bcc2142be7ea1bfbe5ea1f5096 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 15 Jan 2021 17:34:58 +0100 Subject: libcommon: Use the newer API for the block processor Signed-off-by: David Oberhollenzer --- lib/common/writer/cleanup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/common/writer/cleanup.c') 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); -- cgit v1.2.3