PAL13460 (force the mesh to go through a point)

add DeleteOwnListeners() to destructor
This commit is contained in:
eap 2007-02-28 09:37:56 +00:00
parent bc9732c239
commit 0249b75412

View File

@ -100,6 +100,7 @@ SMESH_subMesh::~SMESH_subMesh()
{ {
MESSAGE("SMESH_subMesh::~SMESH_subMesh"); MESSAGE("SMESH_subMesh::~SMESH_subMesh");
// **** // ****
DeleteOwnListeners();
} }
//============================================================================= //=============================================================================