kopia lustrzana https://github.com/f4exb/sdrangel
Fix crash when quitting sdrangel when the SID window is open
Fixes a stack exhaustion that happens in some machines/compiler combinations. Fixes #2119pull/2121/head
rodzic
3fc3a976b3
commit
db57a7853b
|
|
@ -292,7 +292,11 @@ SIDGUI::~SIDGUI()
|
|||
clearFromMap();
|
||||
|
||||
delete m_goesXRay;
|
||||
delete m_solarDynamicsObservatory;
|
||||
if (m_solarDynamicsObservatory)
|
||||
{
|
||||
delete m_player;
|
||||
delete m_solarDynamicsObservatory;
|
||||
}
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue