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

--- Comment #4 from Paul Floyd <[email protected]> ---
hello world in C++ for me has 8 still reachable

6 small ones in glib
1 16k in glib
1 72k in libstdc++

glib is rather stinky when it comes to cleaning up memory

the libstdc++ memory should be freed via the --run-cxx-freeres=yes mechanism

I just pushed this

commit 0c37fa39c104f9c7c5f0b2297e3d52e8b8d58cac (HEAD -> master, origin/master,
origin/HEAD)
Author: Paul Floyd <[email protected]>
Date:   Sun Aug 20 15:24:25 2023 +0200

    musl: enable libstdc++ freeres

    Both libc and libstdc++ freeres were disabled for musl.
    That means that libstdc++ was showing still reachable
    memory on systems like Alpine.

that should help for C++ applications.

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

Reply via email to