Created attachment 119247 [details] Krita ASAN output of only direct leaks. SUMMARY These are all the 'Direct Memory Leaks' from the Adress Sanitizer build. Some of these are known(Our LCMS plugin), but the SVG and Docker related ones might need a second look.
The first one is alread weird: #1 0x7fa9f3d8f342 in SvgParser::parseSymbol(QDomElement const&) /home/wolthera/krita/src/libs/flake/svg/SvgParser.cpp:709 That is, QScopedPointer<KoSvgSymbol> svgSymbol(new KoSvgSymbol()); Which is something that _cannot_ leak...