Summary: | kmail crashes after retrieving imap folders | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Farhan Ahmed <ahmedf> |
Component: | IMAP | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Farhan Ahmed
2004-02-08 17:06:46 UTC
CVS commit by burghard: Set the child to null so that nobody and nothing tries to access the folderdir. CCMAIL: 74591-done@bugs.kde.org M +1 -0 kmfolder.cpp 1.295.4.1 --- kdepim/kmail/kmfolder.cpp #1.295:1.295.4.1 @@ -720,4 +720,5 @@ int KMFolder::remove() assert(!name().isEmpty()); + mChild = 0; clearIndex(true, true); // delete and remove from dict close(TRUE); |