Fix crash when unloading board
This commit is contained in:
parent
c418b25756
commit
55bb374370
|
@ -207,6 +207,7 @@ void BOARD::ClearProject()
|
|||
project.m_BoardSettings = nullptr;
|
||||
}
|
||||
|
||||
GetDesignSettings().m_NetSettings = nullptr;
|
||||
GetDesignSettings().SetParent( nullptr );
|
||||
m_project = nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue