mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Regression Test: Fix null pointer access (#8922)
* #8921 : Guard null pointer access * #8921 Fix memory leak Fix similar memory leak as reported in #8918
This commit is contained in:
@@ -42,8 +42,6 @@ public:
|
||||
|
||||
bool isEmpty() const;
|
||||
|
||||
void clear();
|
||||
|
||||
private:
|
||||
caf::PdmChildArrayField<RimEclipseResultAddress*> m_adresses;
|
||||
caf::PdmField<caf::AppEnum<RiaDefines::ResultCatType>> m_resultType;
|
||||
|
||||
Reference in New Issue
Block a user