From b3752663e6cc3bb33b20b1dbef650d218b60bac6 Mon Sep 17 00:00:00 2001 From: prascle Date: Sat, 15 Oct 2005 10:26:26 +0000 Subject: [PATCH] PR: manual merge from BR_3_0_0_OCC --- INSTALL | 3 +- bin/VERSION | 2 +- resources/CatalogResources.xml | 40 ++++++++++++------------ resources/KERNELCatalog.xml | 6 ++-- src/SALOMEDS/SALOMEDS_StudyBuilder_i.cxx | 2 +- 5 files changed, 27 insertions(+), 26 deletions(-) diff --git a/INSTALL b/INSTALL index 85d9ec8a2..33e3a6454 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,6 @@ -This is the version 3.0.0 of KERNEL +This is the version 3.1.0a of KERNEL Previous versions : + - 3.0.0 - 2.2.4 - 2.2.3 - 2.2.2 diff --git a/bin/VERSION b/bin/VERSION index 2055a0124..21cff5ac0 100755 --- a/bin/VERSION +++ b/bin/VERSION @@ -1 +1 @@ -THIS IS SALOME - KERNEL VERSION: 3.0.2 +THIS IS SALOME - KERNEL VERSION: 3.1.0a diff --git a/resources/CatalogResources.xml b/resources/CatalogResources.xml index 3f8689ac2..f83a16243 100644 --- a/resources/CatalogResources.xml +++ b/resources/CatalogResources.xml @@ -3,44 +3,44 @@ - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + diff --git a/resources/KERNELCatalog.xml b/resources/KERNELCatalog.xml index 7b837d118..298eadd2d 100644 --- a/resources/KERNELCatalog.xml +++ b/resources/KERNELCatalog.xml @@ -16,7 +16,7 @@ Salome Other NRI - 3.0.0 + 3.1.0a GUI Neutral Context 1 @@ -27,7 +27,7 @@ SalomeTestComponent Other NRI - 3.0.0 + 3.1.0a GUI Neutral Context 1 'linux' ~ OS @@ -37,7 +37,7 @@ SALOME_TestComponentPy Other NRI - 3.0.0 + 3.1.0a GUI Neutral Context 1 'linux' ~ OS diff --git a/src/SALOMEDS/SALOMEDS_StudyBuilder_i.cxx b/src/SALOMEDS/SALOMEDS_StudyBuilder_i.cxx index 007274fd4..a020990f5 100644 --- a/src/SALOMEDS/SALOMEDS_StudyBuilder_i.cxx +++ b/src/SALOMEDS/SALOMEDS_StudyBuilder_i.cxx @@ -208,7 +208,7 @@ SALOMEDS::GenericAttribute_ptr SALOMEDS_StudyBuilder_i::FindOrCreateAttribute(SA Handle(SALOMEDSImpl_SObject) aSO; char* anID = anObject->GetID(); aSO = Handle(SALOMEDSImpl_Study)::DownCast(_impl->GetOwner())->GetSObject(anID); - delete anID; + delete [] anID; Handle(TDF_Attribute) anAttr; try { anAttr = _impl->FindOrCreateAttribute(aSO, TCollection_AsciiString((char*)aTypeOfAttribute)); -- 2.39.2