]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
0021948]: EDF SMESH : Memory is not freed when deleting a mesh
authoreap <eap@opencascade.com>
Mon, 24 Dec 2012 13:58:17 +0000 (13:58 +0000)
committereap <eap@opencascade.com>
Mon, 24 Dec 2012 13:58:17 +0000 (13:58 +0000)
commit414745da0ea156072e608c41825eb11890bbb4b2
tree49e1705f11a43000fe4c14a7d3e21ec03d1f781b
parent75be4ee0eb7c290a9c12c3f09d1d3df4e42d4d92
0021948]: EDF SMESH : Memory is not freed when deleting a mesh

  Move declaration of GEOM::GEOM_Object_wrap form
  GEOMBase/GEOM_GenericObjPtr.h to GEOM_I/GEOM_wrap.hxx as GEOMBase is
  a part of GUI

-#include <GEOM_GenericObjPtr.h>
+#include <GEOM_wrap.hxx>
src/PluginUtils/GeomSelectionTools.cxx
src/SMESHGUI/SMESHGUI_ComputeDlg.cxx
src/SMESHGUI/SMESHGUI_GEOMGenUtils.cxx
src/SMESHGUI/SMESHGUI_GroupDlg.cxx
src/SMESHGUI/SMESHGUI_GroupOnShapeDlg.cxx
src/SMESHGUI/SMESHGUI_MeshOp.cxx
src/SMESHGUI/SMESHGUI_ShapeByMeshDlg.cxx
src/SMESH_I/SMESH_Gen_i.cxx
src/SMESH_I/SMESH_Mesh_i.cxx
src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx