Need to set TJFLAG_NOREALLOC for tjTransform()
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@648 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -558,7 +558,7 @@ JNIEXPORT jintArray JNICALL Java_org_libjpegturbo_turbojpeg_TJTransformer_transf
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(tjTransform(handle, jpegBuf, jpegSize, n, dstBufs, dstSizes, t,
|
if(tjTransform(handle, jpegBuf, jpegSize, n, dstBufs, dstSizes, t,
|
||||||
flags)==-1)
|
flags|TJFLAG_NOREALLOC)==-1)
|
||||||
{
|
{
|
||||||
(*env)->ReleasePrimitiveArrayCritical(env, jsrcBuf, jpegBuf, 0);
|
(*env)->ReleasePrimitiveArrayCritical(env, jsrcBuf, jpegBuf, 0);
|
||||||
jpegBuf=NULL;
|
jpegBuf=NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user