https://bugs.kde.org/show_bug.cgi?id=456998
--- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit dafa966d5ac5a36eb3608d62d8f13ef4c667ca67 by Dmitry Kazakov. Committed on 01/08/2022 at 14:23. Pushed by dkazakov into branch 'krita/5.1'. Fix a tiny memory leak in KisTileDataStore The garbage collection has never been started in KisTileDataStore, where we use a hash table as a replacement for the tiles linked list. Though, afaict, this leak could never cause leaks more than 200-300MiB in size. M +2 -0 libs/image/tiles3/kis_tile_data_store.cc https://invent.kde.org/graphics/krita/commit/dafa966d5ac5a36eb3608d62d8f13ef4c667ca67 -- You are receiving this mail because: You are watching all bug changes.