Diff for /rpl/src/instructions_r5.c between versions 1.11 and 1.12

version 1.11, 2010/06/24 10:10:45 version 1.12, 2010/06/26 10:06:13
Line 853  instruction_row_plus(struct_processus *s Line 853  instruction_row_plus(struct_processus *s
     }      }
     else      else
     {      {
           free((*((struct_matrice *) (*s_objet_argument_3).objet)).tableau[0]);
   
         if (((*((struct_matrice *) (*s_objet_argument_3).objet)).tableau          if (((*((struct_matrice *) (*s_objet_argument_3).objet)).tableau
                 = malloc(sizeof(void *))) == NULL)                  = malloc(sizeof(void *))) == NULL)
         {          {

Removed from v.1.11  
changed lines
  Added in v.1.12


CVSweb interface <joel.bertrand@systella.fr>