Skip to content
  • Daniel Vrátil's avatar
    Fix memory leak and crash in Plasma events plugin configuration · 6b88cd02
    Daniel Vrátil authored
    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
    6b88cd02