https://bugs.kde.org/show_bug.cgi?id=376220
Daniel Vrátil <dvra...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.6.2 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kde | |pim-addons/6b88cd02467e97ba | |9110f39e8f52b584fb9bdc12 --- Comment #18 from Daniel Vrátil <dvra...@kde.org> --- Git commit 6b88cd02467e97ba9110f39e8f52b584fb9bdc12 by Daniel Vrátil. Committed on 29/09/2017 at 11:36. Pushed by dvratil into branch 'Applications/17.08'. Fix memory leak and crash in Plasma events plugin configuration Don't leak the internal ETM in PIMCalendarsModel. The Monitor is already parented to the PIMCalendarsModel, but the ETM is not, so deleting PIMCalendarsModel destroys the Monitor, but the ETM is left with dangling pointer to the Monitor. FIXED-IN: 5.6.2 M +1 -1 plugins/plasma/pimeventsplugin/pimcalendarsmodel.cpp https://commits.kde.org/kdepim-addons/6b88cd02467e97ba9110f39e8f52b584fb9bdc12 -- You are receiving this mail because: You are watching all bug changes.