Skip to content

Commit

Permalink
Fix crash in some cases when quitting sdrangel whe the SID window is …
Browse files Browse the repository at this point in the history
…open

Fixes a stack exhaustion that happens in some machines/compiler combinations.
Fixes f4exb#2119
  • Loading branch information
dforsi committed May 22, 2024
1 parent 3fc3a97 commit 44b70f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/feature/sid/sidgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ SIDGUI::~SIDGUI()
clearFromMap();

delete m_goesXRay;
delete m_player;
delete m_solarDynamicsObservatory;
delete ui;
}
Expand Down

0 comments on commit 44b70f7

Please sign in to comment.