Task #640 - kf6-kconfigwidgets-6.3.0-1.fc41/scan-results.err

back to task #640
download
Error: CLANG_WARNING:
kf6-kconfigwidgets-6.3.0-build/kconfigwidgets-6.3.0/src/kstandardaction.cpp:277:9: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'mf'
#  275|           // Set the text before setting the MenuRole, as on OS X setText will do some heuristic role guessing.
#  276|           // This ensures user menu items get the intended role out of the list below.
#  277|->         pAction->setText(sLabel);
#  278|   
#  279|           switch (id) {