https://bugs.kde.org/show_bug.cgi?id=406360
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #1 from Mark Wielaard <[email protected]> --- commit 69cbd01e748d161daf5416e1bb969d3530f96335 Author: Mark Wielaard <[email protected]> Date: Tue Apr 9 16:09:50 2019 +0200 More memcheck/tests/libstdc++.supp suppressions memcheck/tests/leak_cpp_interior might fail because depending on compiler and arch used the suppression file used doesn't catch some allocations through the DT_INIT_ARRAY functions. That memory doesn't actually leak, it gets freed by the __gnu_cxx::__freeres hook. But since this testcase shows leaks while running, not after the program ends, it needs to suppress these allocations. https://bugs.kde.org/show_bug.cgi?id=406360 -- You are receiving this mail because: You are watching all bug changes.
