This commit is contained in:
John Cupitt 2014-01-29 14:26:09 +00:00
parent 1564213b67
commit 2cbaacbb0b

View File

@ -434,7 +434,8 @@ render_work( VipsThreadState *state, void *a )
* modified render->out.
*/
vips_image_invalidate_all( render->out );
vips_image_invalidate_all( render->mask );
if( render->mask )
vips_image_invalidate_all( render->mask );
/* Now clients can update.
*/