mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well Path. Delete well log file object on when removed from well path
This commit is contained in:
@@ -663,6 +663,7 @@ void RimWellPath::deleteWellLogFile(RimWellLogFile* logFileInfo)
|
||||
if (m_wellLogFiles[i] == pdmObject)
|
||||
{
|
||||
m_wellLogFiles.removeChildObject(pdmObject);
|
||||
delete pdmObject;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user