diff --git a/plug-ins/twain/twain.c b/plug-ins/twain/twain.c index e29bf4df03..2d86104cf5 100644 --- a/plug-ins/twain/twain.c +++ b/plug-ins/twain/twain.c @@ -756,9 +756,6 @@ oneBytePerSampleTransferCallback (pTW_IMAGEINFO imageInfo, theClientData->format, imageMemXfer->Memory.TheMem, imageMemXfer->BytesPerRow); - /* Free the buffer */ - gegl_scratch_free (destBuf); - /* Update the user on our progress */ theClientData->completedPixels += (cols * rows); gimp_progress_update ((double) theClientData->completedPixels /