#11258 Grid Calculation: Unintended release of result data memory

Avoid release of memory when working on a single case
This commit is contained in:
Magne Sjaastad
2024-03-05 12:10:02 +01:00
parent 406cd087e9
commit 9f96cb9694
2 changed files with 11 additions and 3 deletions

View File

@@ -155,4 +155,6 @@ private:
caf::PdmField<bool> m_editNonVisibleResultAddress;
caf::PdmField<bool> m_applyToAllCases_OBSOLETE;
bool m_releaseMemoryAfterDataIsExtracted = false;
};