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

--- Comment #8 from Paul Floyd <pjfl...@wanadoo.fr> ---
On FreeBSD 14 if I compile the C++ example with

paulf> g++ -g -o main main.cc -m32 -std=c++03 -L /usr/local/lib32/gcc12
-Wl,-rpath,/usr/local/lib32/gcc12 -D_GLIBCXX_USE_CXX11_ABI=0

then I get

==4005== LEAK SUMMARY:
==4005==    definitely lost: 0 bytes in 0 blocks
==4005==    indirectly lost: 0 bytes in 0 blocks
==4005==      possibly lost: 0 bytes in 0 blocks
==4005==    still reachable: 18,962 bytes in 2 blocks
==4005==                       of which reachable via heuristic:
==4005==                         stdstring          : 18 bytes in 1 blocks
==4005==         suppressed: 0 bytes in 0 blocks
==4005== Reachable blocks (those to which a pointer was found) are not shown.

which looks spot on to me.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to