]> 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:21:06 +0000 (22:21 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 30 Oct 2013 22:21:06 +0000 (22:21 +0000)
commite2f8e694d0d1ec333c18d803cf0ba083e9feb1c0
treec417f9021a97309be24cec688bf056b748f4467f
parent596b96623fd167f419a0f274219e82530077c67d
Fix a really subtle issue whereby an invalid free() could occur if a program called tjInitDecompress() and then accidentally passed the handle to tjEncodeYUV3(), or if a program called tjInitCompress() and then accidentally passed the handle to tjDecompressToYUV2().

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