plug-ins: another fix to last commit
(cherry picked from commit 6d4712edb9
)
This commit is contained in:
@ -757,9 +757,6 @@ oneBytePerSampleTransferCallback (pTW_IMAGEINFO imageInfo,
|
|||||||
theClientData->format, imageMemXfer->Memory.TheMem,
|
theClientData->format, imageMemXfer->Memory.TheMem,
|
||||||
imageMemXfer->BytesPerRow);
|
imageMemXfer->BytesPerRow);
|
||||||
|
|
||||||
/* Free the buffer */
|
|
||||||
gegl_scratch_free (destBuf);
|
|
||||||
|
|
||||||
/* Update the user on our progress */
|
/* Update the user on our progress */
|
||||||
theClientData->completedPixels += (cols * rows);
|
theClientData->completedPixels += (cols * rows);
|
||||||
gimp_progress_update ((double) theClientData->completedPixels /
|
gimp_progress_update ((double) theClientData->completedPixels /
|
||||||
|
Reference in New Issue
Block a user