streaming-job.cpp:367: bad delete ?
The KDE Frameworks 5 Internet/AM/FM Radio App
Brought to you by:
emw
streaming-job.cpp:367:9: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
delete buf;
Another one:
lircsupport.cpp:207:13: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
Thanks, just fixed in Git with commit ec58479375ce60a02359db0371cadba040d4bf29.
I cannot find this one though, and the line does not match any delete. Are you really checking version 4.0.8, or does your version have any patches that change the lirc plugin?
Thanks for your report.
No - version 4.0.6
Suggest compile kradio with clang, a different C compiler to gcc to get more warnings.
While reporting issues is appreciated, please do so on the latest version, especially that it has been released more than one year ago. Testing a version released 3 years and half ago might not be the best idea ever...
Anyway, all the issues reported (1) have been fixed, so this bug can be closed.
Agreed, however the 4.0.6 version is current in Fedora 24 development tree.
I am not sure of the process to encourage Fedora to adopt a later version.
Maybe drop them an email and let them know a later version exists, might be a suitable way forward ?