]> granicus.if.org Git - libjpeg-turbo/commit
Move the garbage collection of the JPEG tiles into the decompression function to...
authorDRC <dcommander@users.sourceforge.net>
Mon, 17 Mar 2014 10:12:11 +0000 (10:12 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 17 Mar 2014 10:12:11 +0000 (10:12 +0000)
commit88f260c78cd7291d85813ad9b28112cdf9359cf5
tree50a1ba707ee618415abf255e26ab8acfaac0411e
parent40a0a023fa04e4d50946c167d4a64fdc013a502e
Move the garbage collection of the JPEG tiles into the decompression function to increase the chances that tiled decompression of large images will succeed without an OutOfMemoryError.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1179 632fc199-4ca6-4c93-a231-07263d6284db
java/TJBench.java