mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
WellLogPath. Fix memory leak
This commit is contained in:
@@ -53,7 +53,7 @@ void RicWellLogFileCloseFeature::onActionTriggered(bool isChecked)
|
||||
|
||||
if (parentWellPath != nullptr)
|
||||
{
|
||||
parentWellPath->removeWellLogFile(wellLogFile);
|
||||
parentWellPath->deleteWellLogFile(wellLogFile);
|
||||
}
|
||||
parentWellPath->updateConnectedEditors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user