Summary: | kmail crashed when adding a new contact to the built-in contact manager | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Craig Magina <craig.magina> |
Component: | KResource compat bridges | Assignee: | Kevin Krammer <krammer> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | krammer, vkrause |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Craig Magina
2009-07-14 19:25:29 UTC
Thanks a lot for reporting this! Confirmed, reassing to myself SVN commit 997634 by krake: Need to handle clear() in the type specific subclass because distribution list destructors also call public API. During clear those need to be handled as internal changes and must not be forwarded to the base class' implementation. BUG: 200206 M +17 -0 resourceakonadi_p.cpp M +2 -0 resourceakonadi_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=997634 SVN commit 997637 by krake: Backport of r997634 Need to handle clear() in the type specific subclass because distribution list destructors also call public API. During clear those need to be handled as internal changes and must not be forwarded to the base class' implementation. CCBUG: 200206 M +17 -0 resourceakonadi_p.cpp M +2 -0 resourceakonadi_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=997637 |