Task #694 - kglobalacceld-6.1.1-1.fc41/scan-results.err
back to task #694download
Error: CLANG_WARNING:
kglobalacceld-6.1.1-build/kglobalacceld-6.1.1/src/kglobalacceld.cpp:347:9: warning[deadcode.DeadStores]: Value stored to 'shortcut' is never read
# 345| GlobalShortcut *shortcut = d->findAction(actionId);
# 346| if (!shortcut) {
# 347|-> shortcut = d->addAction(actionId);
# 348| } else {
# 349| // a switch of locales is one common reason for a changing friendlyName
Error: CLANG_WARNING:
kglobalacceld-6.1.1-build/kglobalacceld-6.1.1/src/kglobalacceld.cpp:360:1: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'shortcut'
# 358| }
# 359| }
# 360|-> }
# 361|
# 362| QDBusObjectPath KGlobalAccelD::getComponent(const QString &componentUnique) const