https://bugs.kde.org/show_bug.cgi?id=460370
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-systemmonitor/com | |mit/ebd169763aea87fa6203dc8 | |f12ced639428525f4 Resolution|--- |FIXED --- Comment #9 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit ebd169763aea87fa6203dc8f12ced639428525f4 by Arjen Hiemstra. Committed on 26/01/2023 at 13:57. Pushed by ahiemstra into branch 'master'. table: Workaround a memory leak in QQmlPropertyCache Apparently, the combination of a Connections object along with the QAbstractItemModel::layoutChanged() signal leads to a memory leak inside QQmlPropertyCache::createArgumentsObject(). To avoid that, put a proxy signal in between that Connections can connect to. The bug no longer exists in Qt 6 so this should be reverted after switching to Qt 6. M +2 -0 src/faces/applicationstable/contents/ui/ApplicationsTableView.qml M +2 -0 src/faces/processtable/contents/ui/ProcessTableView.qml M +2 -2 src/table/BaseCellDelegate.qml M +14 -0 src/table/BaseTableView.qml https://invent.kde.org/plasma/plasma-systemmonitor/commit/ebd169763aea87fa6203dc8f12ced639428525f4 -- You are receiving this mail because: You are watching all bug changes.