diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/tools/pdfshow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tools/pdfshow.c b/source/tools/pdfshow.c index 76868e69..b9687150 100644 --- a/source/tools/pdfshow.c +++ b/source/tools/pdfshow.c @@ -185,6 +185,7 @@ static void showgrep(void) } fz_catch(ctx) { + pdf_drop_obj(ctx, ref); fz_warn(ctx, "skipping object (%d 0 R)", i); continue; } |