summaryrefslogtreecommitdiff
path: root/fitz/filt_jpxd.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-08 01:29:06 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-08 01:29:06 +0200
commit4c61a323f057ed5be58ab2c21b73af440a9c3295 (patch)
tree2bed98f7669c4bdaee0076bd509672dae81c22a1 /fitz/filt_jpxd.c
parentdabb6740d535e9f6abb1bd33f892cf5f7aeac3f0 (diff)
downloadmupdf-4c61a323f057ed5be58ab2c21b73af440a9c3295.tar.xz
filt_jpxd.c: Fix reference counting error.
Diffstat (limited to 'fitz/filt_jpxd.c')
-rw-r--r--fitz/filt_jpxd.c1
1 files changed, 0 insertions, 1 deletions
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;
}
}