mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Fix access violation trying to use already destroyed context
This commit is contained in:
@@ -84,10 +84,7 @@ namespace BlackGui
|
||||
}
|
||||
|
||||
CSettingsSimulatorComponent::~CSettingsSimulatorComponent()
|
||||
{
|
||||
if (!m_enabledSimulators.isSaved())
|
||||
sGui->getIContextApplication()->saveSettings(m_enabledSimulators.getKey());
|
||||
}
|
||||
{ }
|
||||
|
||||
void CSettingsSimulatorComponent::setGuiValues()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user