https://bugs.kde.org/show_bug.cgi?id=388508
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kde | |clarative/2617a2ab9d472a785 | |59f11ee8d430d951e3335f2 --- Comment #3 from Marco Martin <notm...@gmail.com> --- Git commit 2617a2ab9d472a78559f11ee8d430d951e3335f2 by Marco Martin. Committed on 05/02/2018 at 16:33. Pushed by mart into branch 'master'. disconnect render() on window change Summary: when the window changes, the node will be deleted, and render() will access an invalid pointer. disconnect the render slot when the window change, as it can't do anything useful until the next updatepaintnode. Make the managedtexturenode actually do the management, as textures were never deleted Related: bug 374280, bug 365052, bug 343576 Test Plan: The bug is easily reproducible without the patch, wasn't able to reproduce it anymore with it Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, broulik, ngraham, plasma-devel, #frameworks Tags: #plasma, #frameworks Differential Revision: https://phabricator.kde.org/D10250 M +10 -2 src/qmlcontrols/kquickcontrolsaddons/plotter.cpp M +3 -1 src/qmlcontrols/kquickcontrolsaddons/plotter.h https://commits.kde.org/kdeclarative/2617a2ab9d472a78559f11ee8d430d951e3335f2 -- You are receiving this mail because: You are watching all bug changes.