mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-20 20:50:34 +05:00
nullify myGroupDS in destructor
This commit is contained in:
parent
f3183a4134
commit
ecdc083594
@ -63,5 +63,5 @@ SMESH_Group::SMESH_Group (int theID,
|
|||||||
|
|
||||||
SMESH_Group::~SMESH_Group ()
|
SMESH_Group::~SMESH_Group ()
|
||||||
{
|
{
|
||||||
delete myGroupDS;
|
delete myGroupDS; myGroupDS=0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user