]> 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:13:17 +0000 (10:13 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 17 Mar 2014 10:13:17 +0000 (10:13 +0000)
commit4dafea685d881ba4ca0d2571a01555c3814c2654
tree2a558eb4bf4c174fb751c9010097d193a5a5914b
parent6ffed933d7acc8c5830184f063962b058d103edb
parent88f260c78cd7291d85813ad9b28112cdf9359cf5
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/trunk@1180 632fc199-4ca6-4c93-a231-07263d6284db
java/TJBench.java