Task #1778 - plasma-pa-6.0.3-1.fc40/scan-results.err

back to task #1778
download
Error: CLANG_WARNING:
plasma-pa-6.0.3-build/plasma-pa-6.0.3/src/qml/listitemmenu.cpp:382:13: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'portGroup'
#  380|   
#  381|           // Submenu with profiles
#  382|->         if (m_cardModel) {
#  383|               const int cardModelPulseObjectRole = m_cardModel->role("PulseObject");
#  384|               Q_ASSERT(cardModelPulseObjectRole != -1);

Error: CLANG_WARNING:
plasma-pa-6.0.3-build/plasma-pa-6.0.3/src/qml/listitemmenu.cpp:451:20: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'profileGroup'
#  449|   
#  450|       // Choose output / input device
#  451|->     auto *stream = qobject_cast<QPulseAudio::Stream *>(m_pulseObject.data());
#  452|       if (stream && m_sourceModel && m_sourceModel->rowCount() > 1) {
#  453|           if (m_itemType == SinkInput || m_itemType == SourceOutput) {

Error: CLANG_WARNING:
plasma-pa-6.0.3-build/plasma-pa-6.0.3/src/qml/listitemmenu.cpp:483:9: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'deviceGroup'
#  481|       }
#  482|   
#  483|->     if (menu->isEmpty()) {
#  484|           delete menu;
#  485|           return nullptr;

Error: CLANG_WARNING:
plasma-pa-6.0.3-build/plasma-pa-6.0.3/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|   }