Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memleak found with AddressSanitizer/LeakSanitizer
Found with: ASAN_OPTIONS="detect_odr_violation=1,strip_path_prefix=$(pwd)/" build/sdrangel Fixes: Direct leak of 16 byte(s) in 1 object(s) allocated from: #0 0x7ff2588f46c8 in operator new(unsigned long) ../../../../src/libsanitizer/asan/asan_new_delete.cpp:95 f4exb#1 0x7ff256723dd0 in MainCore::appendFeatureSet() sdrbase/maincore.cpp:190 f4exb#2 0x7ff25817fb89 in MainWindow::addFeatureSet() sdrgui/mainwindow.cpp:1191 f4exb#3 0x7ff25815a4d0 in MainWindow::MainWindow(qtwebapp::LoggerWithFile*, MainParser const&, QWidget*) sdrgui/mainwindow.cpp:250 f4exb#4 0x559632289175 in runQtApplication app/main.cpp:196 f4exb#5 0x559632286ab7 in main app/main.cpp:248 f4exb#6 0x7ff252e456c9 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58
- Loading branch information