summaryrefslogtreecommitdiff
path: root/source/cbz/mutiff.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-02-18 11:26:17 +0100
committerTor Andersson <tor.andersson@artifex.com>2015-02-18 11:29:27 +0100
commit7dc088630b8b8871decad9d58985a9205790185e (patch)
treef5fc4b53eb3c57daa6098014fa4a890014b0c468 /source/cbz/mutiff.c
parent1c037cd7aeb3bad78ff0e2eda17b295252984056 (diff)
downloadmupdf-7dc088630b8b8871decad9d58985a9205790185e.tar.xz
Fix typos and reference counting errors in CBZ.
Diffstat (limited to 'source/cbz/mutiff.c')
-rw-r--r--source/cbz/mutiff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cbz/mutiff.c b/source/cbz/mutiff.c
index c0b9cff0..3a30cc79 100644
--- a/source/cbz/mutiff.c
+++ b/source/cbz/mutiff.c
@@ -52,7 +52,6 @@ tiff_drop_page_imp(fz_context *ctx, tiff_page *page)
if (!page)
return;
fz_drop_image(ctx, page->image);
- fz_free(ctx, page);
}
static tiff_page *