We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e912c0 commit c9b09a9Copy full SHA for c9b09a9
scripts/kconfig/qconf.cc
@@ -1238,7 +1238,7 @@ void ConfigInfoView::clicked(const QUrl &url)
1238
1239
if (count < 1) {
1240
qInfo() << "Clicked link is empty";
1241
- delete data;
+ delete[] data;
1242
return;
1243
}
1244
@@ -1251,7 +1251,7 @@ void ConfigInfoView::clicked(const QUrl &url)
1251
result = sym_re_search(data);
1252
if (!result) {
1253
qInfo() << "Clicked symbol is invalid:" << data;
1254
1255
1256
1257
0 commit comments