System : Fixed memory leaks

This commit is contained in:
Magne Sjaastad
2015-12-09 13:52:25 +01:00
parent a86d24df97
commit 47bb20368a
13 changed files with 20 additions and 5 deletions

View File

@@ -65,6 +65,7 @@ RimWellLogFile::RimWellLogFile()
//--------------------------------------------------------------------------------------------------
RimWellLogFile::~RimWellLogFile()
{
m_wellLogChannelNames.deleteAllChildObjects();
}
//--------------------------------------------------------------------------------------------------