Task #693 - kf6-syntax-highlighting-6.3.0-1.fc41/scan-results.err

back to task #693
download
Error: CLANG_WARNING:
kf6-syntax-highlighting-6.3.0-build/syntax-highlighting-6.3.0/src/lib/rule.cpp:11: included_from: Included from here.
kf6-syntax-highlighting-6.3.0-build/syntax-highlighting-6.3.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|