[Poppler-bugs] [Bug 32746] poppler/cario creates distorted pdf print file
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jan 3 11:38:30 PST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=32746
--- Comment #9 from Carlos Garcia Campos <carlosgc at gnome.org> 2011-01-03 11:38:30 PST ---
(From update of attachment 41539)
>+ // colorspace in stream dict may be different from colorspace in jpx
>+ // data
>+ if (str->getKind() == strJPX) {
>+ if (str->getDict()->lookup("ColorSpace", &obj))
This is always true, since Dict returns a null object (obj->initNull()) when
the key is not found. Also obj should be freed.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Poppler-bugs
mailing list