Fix crash when saving any module settings while module being disabled (#1259)

This commit is contained in:
vldmr11080
2020-02-11 07:57:11 +01:00
committed by GitHub
parent 53f830bb38
commit bde0f2f0ba
4 changed files with 33 additions and 21 deletions

View File

@@ -144,6 +144,7 @@ private:
}
m_app->Destroy();
m_app = nullptr;
m_settings->ResetCallback();
}
}