https://bugs.kde.org/show_bug.cgi?id=460370
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-systemmonitor/com |ma/plasma-systemmonitor/com |mit/ebd169763aea87fa6203dc8 |mit/d8dc56057758a50b23c4a23 |f12ced639428525f4 |521fbf534daf61e28 --- Comment #10 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit d8dc56057758a50b23c4a23521fbf534daf61e28 by Arjen Hiemstra. Committed on 26/01/2023 at 14:16. Pushed by ahiemstra into branch 'Plasma/5.27'. 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. (cherry picked from commit ebd169763aea87fa6203dc8f12ced639428525f4) 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/d8dc56057758a50b23c4a23521fbf534daf61e28 -- You are receiving this mail because: You are watching all bug changes.