summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pdf/pdf_parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pdf/pdf_parse.c b/pdf/pdf_parse.c
index 4e393370..6b7fdb12 100644
--- a/pdf/pdf_parse.c
+++ b/pdf/pdf_parse.c
@@ -285,7 +285,6 @@ pdf_parse_array(pdf_xref *xref, fz_stream *file, char *buf, int cap)
break;
default:
- fz_drop_obj(ary);
fz_throw(ctx, "cannot parse token in array");
}
}