mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-05 08:17:27 -04:00
Fix segfault on Tails
This commit is contained in:
@@ -147,7 +147,8 @@ void MoneroSettings::reset()
|
||||
{
|
||||
if (this->m_initialized && this->m_settings && !this->m_changedProperties.isEmpty())
|
||||
this->store();
|
||||
delete this->m_settings;
|
||||
if (this->m_settings)
|
||||
delete this->m_settings;
|
||||
}
|
||||
|
||||
void MoneroSettings::store()
|
||||
|
||||
Reference in New Issue
Block a user