Task #1485 - kf6-syntax-highlighting-6.0.0-2.fc40/scan-results.err
back to task #1485download
Error: CLANG_WARNING: kf6-syntax-highlighting-6.0.0-build/syntax-highlighting-6.0.0/src/lib/rule.cpp:11: included_from: Included from here. kf6-syntax-highlighting-6.0.0-build/syntax-highlighting-6.0.0/src/lib/dynamicregexpcache_p.h:30:9: warning[cplusplus.NewDelete]: Use of memory after it is freed # 28| auto regexp = new QRegularExpression(key.first, patternOptions); # 29| m_cache.insert(key, regexp); # 30|-> return *regexp; # 31| } # 32|