https://bugs.kde.org/show_bug.cgi?id=486417
--- Comment #9 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 918379a953a1d630939931ee8910143a42df96ec by Dmitry Kazakov. Committed on 05/08/2024 at 13:34. Pushed by dkazakov into branch 'krita/5.2'. Fix asserts on exiting Krita with animated image open The patch fixes two issues: 1) We should store a weak pointer to KisImage to avoid leaking of the image data after it has been destructed. 2) It may happen that the populator decides to regenerate the cache when all its view has already been destroyed, but the image itself not. In this case we should just ignore such "priority requests" . M +32 -2 libs/ui/kis_animation_cache_populator.cpp https://invent.kde.org/graphics/krita/-/commit/918379a953a1d630939931ee8910143a42df96ec -- You are receiving this mail because: You are watching all bug changes.