diff --git a/src/iop/colormapping.c b/src/iop/colormapping.c index e4a34948c12b..03e628fc40cc 100644 --- a/src/iop/colormapping.c +++ b/src/iop/colormapping.c @@ -914,6 +914,7 @@ static void process_clusters(gpointer instance, dt_iop_module_t *self) if(!buffer) { dt_iop_gui_leave_critical_section(self); + --darktable.gui->reset; return; } dt_iop_image_copy_by_size(buffer, g->buffer, width, height, ch);