plug-ins: another fix to last commit

This commit is contained in:
Ell
2020-06-04 21:00:39 +03:00
parent f4058d47a2
commit 6d4712edb9

View File

@ -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 /