mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 14:42:03 +00:00
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
3.3 KiB
3.3 KiB