mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-24 07:58:22 -04:00
[libcalamares] When ViewManager is destroyed, reset instance pointer
This commit is contained in:
parent
845986d48f
commit
9c9486bb78
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ ViewManager::ViewManager( QObject* parent )
|
|||
ViewManager::~ViewManager()
|
||||
{
|
||||
m_widget->deleteLater();
|
||||
s_instance = nullptr;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue