https://bugs.kde.org/show_bug.cgi?id=469945
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/950c63c | |cdbffd668e6a05ab19c607f8b23 | |cf2efe --- Comment #7 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 950c63ccdbffd668e6a05ab19c607f8b23cf2efe by Dmitry Kazakov. Committed on 12/06/2023 at 16:17. Pushed by dkazakov into branch 'master'. Fix unsafe concurrent access in KisPaintDeviceCache Before the async layer thumbnails cache implementation was added, the GUI thread was the only one who accessed the paint device's cache. Now it has changed, so we should guard that with an rw-lock. M +22 -21 libs/image/kis_paint_device_cache.h https://invent.kde.org/graphics/krita/-/commit/950c63ccdbffd668e6a05ab19c607f8b23cf2efe -- You are receiving this mail because: You are watching all bug changes.