diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-01-15 17:34:58 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-01-19 04:05:53 +0100 |
commit | 5191a25b92f903bcc2142be7ea1bfbe5ea1f5096 (patch) | |
tree | 9ae06f311ea53d765c5bf156cd49d0f578a6a196 /lib/common/writer/cleanup.c | |
parent | 405d133e7f0dc0f92f54f08ef6078208028448a1 (diff) |
libcommon: Use the newer API for the block processor
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/common/writer/cleanup.c')
-rw-r--r-- | lib/common/writer/cleanup.c | 1 |
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); |