Task #1059 - plasma-pa-6.1.1-1.fc41/scan-results.err
back to task #1059download
Error: CLANG_WARNING:
plasma-pa-6.1.1-build/plasma-pa-6.1.1/src/qml/listitemmenu.cpp:384:13: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'portGroup'
# 382|
# 383| // Submenu with profiles
# 384|-> if (m_cardModel) {
# 385| const int cardModelPulseObjectRole = m_cardModel->role("PulseObject");
# 386| Q_ASSERT(cardModelPulseObjectRole != -1);
Error: CLANG_WARNING:
plasma-pa-6.1.1-build/plasma-pa-6.1.1/src/qml/listitemmenu.cpp:453:20: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'profileGroup'
# 451|
# 452| // Choose output / input device
# 453|-> auto *stream = qobject_cast<PulseAudioQt::Stream *>(m_pulseObject.data());
# 454| if (stream && m_sourceModel && m_sourceModel->rowCount() > 1) {
# 455| if (m_itemType == SinkInput || m_itemType == SourceOutput) {
Error: CLANG_WARNING:
plasma-pa-6.1.1-build/plasma-pa-6.1.1/src/qml/listitemmenu.cpp:485:9: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'deviceGroup'
# 483| }
# 484|
# 485|-> if (menu->isEmpty()) {
# 486| delete menu;
# 487| return nullptr;
Error: CLANG_WARNING:
plasma-pa-6.1.1-build/plasma-pa-6.1.1/src/speakertest.cpp:104:5: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'cb_data'
# 102| }
# 103|
# 104|-> ca_context_change_device(context, nullptr);
# 105| ca_proplist_destroy(proplist);
# 106| }