mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
SSIHUB: Fixed memory leak
Delete copy of RimWellPathImport object and added destructor to related objects
This commit is contained in:
@@ -31,6 +31,7 @@ class RimOilFieldEntry : public caf::PdmObject
|
||||
|
||||
public:
|
||||
RimOilFieldEntry();
|
||||
~RimOilFieldEntry();
|
||||
|
||||
|
||||
caf::PdmField<QString> name;
|
||||
|
||||
Reference in New Issue
Block a user