commit | 42a2b556e93879f4abe667eb96906aef1fb4e1b3 | [log] [tgz] |
---|---|---|
author | John Bowler <jbowler@acm.org> | Mon Mar 05 20:57:40 2012 -0600 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Mon Mar 05 20:57:40 2012 -0600 |
tree | 9ff4a364b4a827760937b4ade4a9ebe2bd9970aa | |
parent | e2ae0f2f2b0b5cf96bd90635dcf9a21461e62678 [diff] |
[libpng16] Made read 'inflate' handling like write 'deflate' handling. The read code now claims and releases png_ptr->zstream, like the write code. The bug whereby the progressive reader failed to release the zstream is now fixed, all initialization is delayed, and the code checks for changed parameters on deflate rather than always calling deflatedEnd/deflateInit.