Review fixes.

This commit is contained in:
Kristian Bendiksen
2024-06-14 15:18:12 +02:00
parent 44ca21636a
commit 7125670d8c
5 changed files with 5 additions and 18 deletions

View File

@@ -163,10 +163,7 @@ RimWellPath::RimWellPath()
//--------------------------------------------------------------------------------------------------
RimWellPath::~RimWellPath()
{
for ( const auto& wellLog : m_wellLogs() )
{
delete wellLog;
}
m_wellLogs.deleteChildren();
RimWellLogPlotCollection* plotCollection = RimMainPlotCollection::current()->wellLogPlotCollection();
if ( plotCollection )