diff options
-rw-r--r-- | mupdf/pdf_image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mupdf/pdf_image.c b/mupdf/pdf_image.c index 424806ab..8674cca9 100644 --- a/mupdf/pdf_image.c +++ b/mupdf/pdf_image.c @@ -164,8 +164,6 @@ pdf_loadinlineimage(pdf_image **imgp, pdf_xref *xref, img->samples = fz_readall(tempfile, img->stride * img->super.h); fz_dropstream(tempfile); - if (error) - return error; fz_dropfilter(filter); } |