https://bugs.kde.org/show_bug.cgi?id=456998
--- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit c878c55e1c8eb626b57e0dc51432f4f4427571fa by Dmitry Kazakov. Committed on 01/08/2022 at 14:21. Pushed by dkazakov into branch 'master'. 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/c878c55e1c8eb626b57e0dc51432f4f4427571fa -- You are receiving this mail because: You are watching all bug changes.