From dd6e3d0366edec75541666a01b3ddd513ba02903 Mon Sep 17 00:00:00 2001 From: Paul Gardiner Date: Tue, 17 Jul 2018 11:29:54 +0100 Subject: Fix memory leaks in document signing functions --- include/mupdf/pdf/document.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/mupdf/pdf/document.h b/include/mupdf/pdf/document.h index e2dd580a..f73cf5f3 100644 --- a/include/mupdf/pdf/document.h +++ b/include/mupdf/pdf/document.h @@ -919,8 +919,6 @@ int pdf_has_unsaved_sigs(fz_context *ctx, pdf_document *doc); /* pdf_write_document: Write out the document to an output stream with all changes finalised. - - This method will throw an error if pdf_has_unsaved_sigs. */ void pdf_write_document(fz_context *ctx, pdf_document *doc, fz_output *out, pdf_write_options *opts); -- cgit v1.2.3