[gs-bugs] [Bug 691568] closedctd function has a bug
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Mon Aug 23 13:23:46 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691568
Tor Andersson <tor.andersson at artifex.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #1 from Tor Andersson <tor.andersson at artifex.com> 2010-08-23 13:23:45 UTC ---
jpeg_create_decompress is always called. If jpeg_read_header fails then
closedct will be called with state->init set to false. In this case, we want to
call jpeg_destroy_compress but not jpeg_finish_decompress (this is why we have
the state->init flag).
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list