https://bugs.kde.org/show_bug.cgi?id=515036
Harald Sitter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-pass/-/commit/004 | |a8c6ce9c14a275b710352c4361e | |0c79dc8749 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Harald Sitter <[email protected]> --- Git commit 004a8c6ce9c14a275b710352c4361e0c79dc8749 by Harald Sitter. Committed on 26/01/2026 at 09:48. Pushed by sitter into branch 'master'. ui: do not leak pages into the stackview previously we created objects using the stackview as parent. but that means the pages won't get garbage collected when popped. instead defer the object construction to the stackview itself by using the pushItem function. it will create the object correctly so it gets GC'd when popped M +2 -3 package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-pass/-/commit/004a8c6ce9c14a275b710352c4361e0c79dc8749 -- You are receiving this mail because: You are watching all bug changes.
