fix(core): reset singleton pointer in destructor

This commit is contained in:
Oleg Shparber
2026-05-31 16:17:03 +03:00
parent 73febf9817
commit 137fd5240c
+2
View File
@@ -84,6 +84,8 @@ Application::~Application()
m_session->save();
delete m_session;
m_instance = nullptr;
}
/*!