| Summary: | Korganizer crashes when closed | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | David Hubner <hubn3rd> |
| Component: | general | Assignee: | Sergio Martins <smartins> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | smartins |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
David Hubner
2010-02-10 02:49:59 UTC
Disable your filters before exiting while this is not fixed. I'll take a look at it. SVN commit 1088299 by smartins: When deleting all filters, don't delete the one currently set in KCal::Calendar because, as said in kcal/calendar.h, the calendar takes ownership of it and will free it in the destructor. BUG: 226095 BUG: 222683 MERGE: trunk probably, didn't try to reproduce the crash yet. M +15 -3 calendarview.cpp M +3 -0 calendarview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1088299 |