summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-xref.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-11-23 16:28:25 +0000
committerTor Andersson <tor.andersson@artifex.com>2016-12-12 13:40:40 +0100
commitfd2cb625e77cf71eec9d37bdd034cee6ef184d62 (patch)
tree38809491d6b1c7f7623e0b41fc3477f41e728d28 /source/pdf/pdf-xref.c
parente3180169b42481fbbc4886db741782ca1391c46e (diff)
downloadmupdf-fd2cb625e77cf71eec9d37bdd034cee6ef184d62.tar.xz
PDF Portfolio support.
New PDF Portfolio manipulation API. Simple mutool 'portfolio' tool for listing/extracting/embedding files.
Diffstat (limited to 'source/pdf/pdf-xref.c')
-rw-r--r--source/pdf/pdf-xref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c
index ccbe4cf6..9c9d2fde 100644
--- a/source/pdf/pdf-xref.c
+++ b/source/pdf/pdf-xref.c
@@ -1477,6 +1477,7 @@ pdf_drop_document_imp(fz_context *ctx, pdf_document *doc)
fz_free(ctx, doc->type3_fonts);
pdf_drop_ocg(ctx, doc);
+ pdf_drop_portfolio(ctx, doc);
pdf_empty_store(ctx, doc);