mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Delete linked views when project is closed
This commit is contained in:
parent
8a954acca1
commit
c86dc45fd6
@ -153,6 +153,8 @@ void RimProject::close()
|
||||
|
||||
commandObjects.deleteAllChildObjects();
|
||||
|
||||
linkedViews.deleteAllChildObjects();
|
||||
|
||||
fileName = "";
|
||||
|
||||
nextValidCaseId = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user