Salome HOME
Fix error on loading several state files (Issue EDF 11667).
[modules/yacs.git] / src / yacsloader / LoadState.cxx
index a146499ad3da86cd77f6b8f29d664b4f98219edb..faaa1a5fdd5ea162fa6bc29f97458f028418758f 100644 (file)
@@ -80,6 +80,7 @@ void stateParser::init(const xmlChar** p, xmlParserBase* father)
   _nodeStateValue["DISABLED"] =YACS::DISABLED;
   _nodeStateValue["FAILED"] =YACS::FAILED;
   _nodeStateValue["ERROR"] =YACS::ERROR;
+  _nodeStates.clear();
 }