]> granicus.if.org Git - libjpeg-turbo/commit
Fix a really subtle issue whereby an invalid free() could occur if a program called...
authorDRC <dcommander@users.sourceforge.net>
Wed, 30 Oct 2013 22:12:37 +0000 (22:12 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 30 Oct 2013 22:12:37 +0000 (22:12 +0000)
commit6cef2b10599118857c2c44776cf8c46581daa622
treed32df9d224283a0b6b91fd840a7c18b741337f7e
parentf57a22de550247d6e73a216bf8202ccd8dac6569
Fix a really subtle issue whereby an invalid free() could occur if a program called tjInitDecompress() and then accidentally passed the handle to tjEncodeYUV2(), or if a program called tjInitCompress() and then accidentally passed the handle to tjDecompressToYUV().

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