Detecting Memory Leaks in KDE CI

Leaking memory is impolite. It’s messy, it can suggest logic bugs, and thanks to AI grifters RAM is expensive.


This is a companion discussion topic for the original entry at https://nicolasfella.de/posts/detecting-leaks-in-kde-ci/?utm_source=atom_feed
3 Likes

Superb work!


@nicolasfella, “infrastructure”?

You can add this to your kde-builder.yaml config to have it locally:

  cxxflags: >
    -fsanitize=address
2 Likes