diff options
Diffstat (limited to 'source/xps')
-rw-r--r-- | source/xps/xps-zip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/xps/xps-zip.c b/source/xps/xps-zip.c index fbcb6d44..1d8f5bc8 100644 --- a/source/xps/xps-zip.c +++ b/source/xps/xps-zip.c @@ -217,7 +217,6 @@ xps_drop_document(fz_context *ctx, xps_document *doc) xps_drop_page_list(ctx, doc); fz_free(ctx, doc->start_part); - fz_free(ctx, doc); } static int |