From 4c61a323f057ed5be58ab2c21b73af440a9c3295 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 8 Apr 2011 01:29:06 +0200 Subject: filt_jpxd.c: Fix reference counting error. --- fitz/filt_jpxd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fitz/filt_jpxd.c') diff --git a/fitz/filt_jpxd.c b/fitz/filt_jpxd.c index 097d34de..d43ee4c4 100644 --- a/fitz/filt_jpxd.c +++ b/fitz/filt_jpxd.c @@ -94,7 +94,6 @@ fz_load_jpx_image(fz_pixmap **imgp, unsigned char *data, int size, fz_colorspace else { fz_warn("jpx file and dict colorspaces do not match"); - fz_drop_colorspace(defcs); defcs = NULL; } } -- cgit v1.2.3