Skip to content
Commit 6b88cd02 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

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.

BUG: 376220
FIXED-IN: 5.6.2
parent 6c61363e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment