[Bug 191753] kmail eats up all memory trying to build a QList

Frank Thieme frank at fthieme.net
Wed May 20 10:49:16 BST 2009


https://bugs.kde.org/show_bug.cgi?id=191753





--- Comment #3 from Frank Thieme <frank fthieme net>  2009-05-20 11:49:15 ---
Created an attachment (id=33852)
 --> (http://bugs.kde.org/attachment.cgi?id=33852)
fix for kdepim 4.2.3

As nobody seems to care I looked over it and changed the 

QList<ulong> mUIDsOfLocallyChangedStatuses

into 

QSet<ulong> mUIDsOfLocallyChangedStatuses;

as it is supposed to be IMHO. Because you have a set of changed UIDs not a
(never ending) list of them.

Sadly I can't test the patch myself. Would be great of SOMEONE could look over
it...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list