Skip to content
Commit ef7c3e32 authored by David Jarvie's avatar David Jarvie
Browse files

Bug 468640: Implement workaround for memory leak in KCalendarCore

A copy of every event deleted from a Calendar is stored, and the
method to disable this, Calendar::setDeletionTracking(), is
inaccessible because it is protected. If a large number of display
alarms occur, this memory leak can cause KAlarm to crash. The
workaround is to close the calendar whenever it is empty.
parent 9e4a7899
Pipeline #413716 skipped
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