https://bugs.kde.org/show_bug.cgi?id=462277
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #5 from David Edmundson <k...@davidedmundson.co.uk> --- I can't see who deletes: ``` icons[i].data = new unsigned char[size]; ``` The array is cleaned up, but our array contains malloc'ed data. It's cleaned up if we readIcons multiple times, but not in the NetWinInfo destructor -- You are receiving this mail because: You are watching all bug changes.