summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/pdf/pdf-write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/pdf/pdf-write.c b/source/pdf/pdf-write.c
index cadb9f82..45b725fb 100644
--- a/source/pdf/pdf-write.c
+++ b/source/pdf/pdf-write.c
@@ -2745,7 +2745,6 @@ static void finalise_write_state(fz_context *ctx, pdf_write_state *opts)
pdf_drop_obj(ctx, opts->hints_s);
pdf_drop_obj(ctx, opts->hints_length);
page_objects_list_destroy(ctx, opts->page_object_lists);
- fz_drop_output(ctx, opts->out);
}
static int opteq(const char *a, const char *b)