Bug 795177 - seg fault with clone tool

Don't flush the source pickable in gimp_source_core_motion(), as
this introduces a race condition between the paint thread and the
display-update timeout, when the source pickable is the image
containing the target drawable.

Flushing the source pickable shouldn't be currently necessary, and
either way, should happen during initialization.
This commit is contained in:
Ell 2018-04-13 09:56:20 -04:00
parent 65c7ce5e7d
commit ff34965faf
1 changed files with 0 additions and 2 deletions

View File

@ -418,8 +418,6 @@ gimp_source_core_motion (GimpSourceCore *source_core,
base_src_offset_x += off_x;
base_src_offset_y += off_y;
}
gimp_pickable_flush (src_pickable);
}
gimp_brush_core_eval_transform_dynamics (GIMP_BRUSH_CORE (paint_core),