----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113965/ -----------------------------------------------------------
Review request for kdelibs. Bugs: 321100 http://bugs.kde.org/show_bug.cgi?id=321100 Repository: kdelibs Description ------- While I haven't been able to reproduce the issue on Linux, many Krita users encounter a crash in the destructor of KArchiveDirectoryPrivate, where all entries are removed with qDeleteAll. This patch removes the use of qDeleteAll. I'm not 100% sure whether this is correct, but it works for me with the Windows build of kdelibs I use. Diffs ----- kdecore/io/karchive.cpp 88e1de0 Diff: http://git.reviewboard.kde.org/r/113965/diff/ Testing ------- Thanks, Boudewijn Rempt