Salome HOME
Fix for bug IPAL10200 : "Author" field is not saved in the copy of dataflow in the...
authormkr <mkr@opencascade.com>
Mon, 10 Oct 2005 13:39:38 +0000 (13:39 +0000)
committermkr <mkr@opencascade.com>
Mon, 10 Oct 2005 13:39:38 +0000 (13:39 +0000)
src/GraphBase/DataFlowBase_Graph.cxx

index 99012c4f965605de8546a88ba7190277618edc28..11f2cdf3da445e5301aa8c8b68f3618bd0d18ee8 100644 (file)
@@ -345,6 +345,7 @@ GraphBase::ListOfSNodes * GraphBase::Graph::GetNodes() const {
 //JR 24.02.2005 Memory Leak        (*_list_nodes)[ind].theEditorRelease = CORBA::string_dup( aCNode->EditorRelease());
         (*_list_nodes)[ind].theEditorRelease = string( aCNode->EditorRelease());
 //JR 24.02.2005 Memory Leak        (*_list_nodes)[ind].theAuthor = CORBA::string_dup( aCNode->Author());
+       (*_list_nodes)[ind].theAuthor = string( aCNode->Author()); // mkr : IPAL10200
         if ( aCNode->IsFactoryNode() ) {
           GraphBase::FactoryNode * aFNode = (GraphBase::FactoryNode * ) aCNode ;
 //JR 24.02.2005 Memory Leak          (*_list_nodes)[ind].theContainer = CORBA::string_dup( aFNode->Computer());