1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-17 02:16:33 -04:00
sdrangel/plugins/feature
Daniele Forsi de131d1f6d Fix memleaks found with AddressSanitizer/LeakSanitizer
Found with:
ASAN_OPTIONS="detect_odr_violation=1,strip_path_prefix=$(pwd)/" build/sdrangel

Fixes:
Direct leak of 8 byte(s) in 1 object(s) allocated from:
    #0 0x7efeb72f46b8 in operator new(unsigned long) ../../../../src/libsanitizer/asan/asan_new_delete.cpp:95
    #1 0x7efe83515718 in WebServer::addSubstitution(QString, QString, QString) sdrangel/plugins/feature/map/webserver.cpp:84
    #2 0x7efe83559c9e in MapGUI::applyMap3DSettings(bool) sdrangel/plugins/feature/map/mapgui.cpp:1789
    #3 0x7efe8355e483 in MapGUI::displaySettings() sdrangel/plugins/feature/map/mapgui.cpp:1964
    #4 0x7efe834be0f6 in MapGUI::MapGUI(PluginAPI*, FeatureUISet*, Feature*, QWidget*) sdrangel/plugins/feature/map/mapgui.cpp:376
    #5 0x7efe835372f4 in MapGUI::create(PluginAPI*, FeatureUISet*, Feature*) sdrangel/plugins/feature/map/mapgui.cpp:66
    #6 0x7efe834b5471 in MapPlugin::createFeatureGUI(FeatureUISet*, Feature*) const sdrangel/plugins/feature/map/mapplugin.cpp:72
    #7 0x7efeb6b416c2 in FeatureUISet::loadFeatureSetSettings(FeatureSetPreset const*, PluginAPI*, WebAPIAdapterInterface*, QList<Workspace*>*, Workspace*) sdrangel/sdrgui/feature/featureuiset.cpp:185
    #8 0x7efeb67e9b41 in MainWindow::loadConfiguration(Configuration const*, bool) sdrangel/sdrgui/mainwindow.cpp:1503
    #9 0x7efeb6730e3e in MainWindow::MainWindow(qtwebapp::LoggerWithFile*, MainParser const&, QWidget*) sdrangel/sdrgui/mainwindow.cpp:257
    #10 0x557281218bad in runQtApplication sdrangel/app/main.cpp:196
    #11 0x5572812194a3 in main sdrangel/app/main.cpp:248
    #12 0x7efeb10456c9 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58
2024-05-19 19:44:45 +02:00
..
afc Updated versions and changelogs 2024-04-14 11:41:00 +02:00
ais Remove unused includes and use more direct includes 2024-04-20 19:10:18 +02:00
ambe Updated versions and changelogs 2024-04-14 11:41:00 +02:00
antennatools plugins: remove UTF-8 BOMB from readme.md 2024-04-26 08:37:24 +02:00
aprs Remove unused includes and use more direct includes 2024-04-20 19:10:18 +02:00
demodanalyzer Remove unused includes and use more direct includes 2024-04-20 19:10:18 +02:00
gs232controller plugins: fix non-matching <hx> tags in readme.md 2024-04-26 08:37:24 +02:00
jogdialcontroller Remove unused includes and use more direct includes 2024-04-20 19:10:18 +02:00
limerfe plugins: fix non-matching <hx> tags in readme.md 2024-04-26 08:37:24 +02:00
map Fix memleaks found with AddressSanitizer/LeakSanitizer 2024-05-19 19:44:45 +02:00
pertester Fix spellling errors found with aspell 2024-04-26 21:18:32 +02:00
radiosonde plugins: remove UTF-8 BOMB from readme.md 2024-04-26 08:37:24 +02:00
remotecontrol Fix typos 2024-04-29 19:07:29 +02:00
rigctlserver Fix bug that prevents settings changes updates via reverse API 2024-04-14 18:58:12 +02:00
satellitetracker Fix bug that prevents settings changes updates via reverse API 2024-04-14 18:58:12 +02:00
sid Fix spellling errors found with aspell 2024-04-26 21:18:32 +02:00
simpleptt Remove unused includes and use more direct includes 2024-04-20 19:10:18 +02:00
skymap Merge pull request #2091 from dforsi/fix/typos 2024-04-27 11:08:10 +02:00
startracker Remove unused includes and use more direct includes 2024-04-20 19:10:18 +02:00
vorlocalizer Remove unused includes and use more direct includes 2024-04-20 19:10:18 +02:00
CMakeLists.txt Fix build failure when Qt Location is not available 2024-04-17 23:50:36 +02:00