https://bugs.kde.org/show_bug.cgi?id=400782
Tom Hughes <t...@compton.nu> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOT A BUG Status|REPORTED |RESOLVED CC| |t...@compton.nu --- Comment #1 from Tom Hughes <t...@compton.nu> --- This is, as you say quite normal, which is why memory that is still reachable at exit is not reported as a leak. Only memory that is no longer reachable is reported by default, which effectively does what you want I think. If you have explicitly asked for it then valgrind will report every block that is still allocated. -- You are receiving this mail because: You are watching all bug changes.