diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2012-08-04 19:36:30 +0200 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2012-08-06 13:59:36 +0200 |
commit | cbfdbd9463ca131f37aded2de7fd52b46e47eb8f (patch) | |
tree | 8726ea532c3a7d673388c666a5bca3ee5cf19ff5 /pdf | |
parent | ffb37aaa386095d61846419c860eb46b587b6b1d (diff) | |
download | mupdf-cbfdbd9463ca131f37aded2de7fd52b46e47eb8f.tar.xz |
No need to drop object for which no reference has been kept
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/pdf_xref.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pdf/pdf_xref.c b/pdf/pdf_xref.c index 4d3c32b8..c701d5f0 100644 --- a/pdf/pdf_xref.c +++ b/pdf/pdf_xref.c @@ -388,7 +388,6 @@ pdf_read_new_xref(pdf_document *xref, pdf_lexbuf *buf) fz_catch(ctx) { pdf_drop_obj(trailer); - pdf_drop_obj(index); fz_rethrow(ctx); } |