--- rpl/src/instructions_s2.c 2010/04/07 13:45:08 1.10 +++ rpl/src/instructions_s2.c 2010/06/19 15:54:51 1.13 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.14 + RPL/2 (R) version 4.0.16 Copyright (C) 1989-2010 Dr. BERTRAND Joël This file is part of RPL/2. @@ -1257,7 +1257,8 @@ instruction_str_fleche(struct_processus recherche_type(s_etat_processus); - if ((*s_etat_processus).erreur_execution != d_ex) + if (((*s_etat_processus).erreur_execution != d_ex) || + ((*s_etat_processus).erreur_systeme != d_es)) { liberation(s_etat_processus, s_objet);