Diffusion Krita a52f654bc481

Fix a possible crash in SimpleJobCoordinator during migrations

Authored by dkazakov on Aug 28 2019, 12:43 PM.

Description

Fix a possible crash in SimpleJobCoordinator during migrations

We have no report about that is a wild, but it is quite possible. All the
accesses to the hash table should be guarded by the GC block. No garbage
should be free'd during the access to hash table, otherwise concurrent
migrations can delete currently used data.

CCBUG:411280

Details

Committed
dkazakovSep 13 2019, 8:56 AM
Parents
R37:2b07a7f4bd50: Fix crash when painting in SimpleJobCoordinator
Branches
Unknown
Tags
Unknown