summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/cbz/mucbz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cbz/mucbz.c b/source/cbz/mucbz.c
index 4cfb5ed6..cbd757bd 100644
--- a/source/cbz/mucbz.c
+++ b/source/cbz/mucbz.c
@@ -183,7 +183,7 @@ cbz_load_page(fz_context *ctx, cbz_document *doc, int number)
fz_catch(ctx)
{
fz_free(ctx, data);
- cbz_drop_page(ctx, page);
+ fz_drop_page(ctx, &page->super);
fz_rethrow(ctx);
}