Diff for /rpl/src/instructions_d5.c between versions 1.81 and 1.82

version 1.81, 2011/11/18 21:31:40 version 1.82, 2011/11/18 21:34:34
Line 1961  instruction_detach(struct_processus *s_e Line 1961  instruction_detach(struct_processus *s_e
   
             if ((s = malloc(sizeof(struct_objet *))) == NULL)              if ((s = malloc(sizeof(struct_objet *))) == NULL)
             {              {
                 (*s_etat_processus).erreur_execution =                  (*s_etat_processus).erreur_execution = d_es_allocation_memoire;
                         d_es_allocation_memoire;  
                 return;                  return;
             }              }
   

Removed from v.1.81  
changed lines
  Added in v.1.82


CVSweb interface <joel.bertrand@systella.fr>