Diff for /rpl/src/gestion_variables.c between versions 1.75 and 1.76

version 1.75, 2013/04/01 15:29:34 version 1.76, 2013/04/02 11:56:33
Line 1706  liberation_arbre_variables(struct_proces Line 1706  liberation_arbre_variables(struct_proces
         do          do
         {          {
             l_element_suivant = (*l_element_courant).suivant;              l_element_suivant = (*l_element_courant).suivant;
               free((*(*l_element_courant).variable).nom);
               liberation(s_etat_processus, (*(*l_element_courant)
                       .variable).objet);
             liberation_feuille(s_etat_processus, l_element_courant);              liberation_feuille(s_etat_processus, l_element_courant);
             l_element_courant = l_element_suivant;              l_element_courant = l_element_suivant;
         } while(l_element_courant != (*arbre).feuille);          } while(l_element_courant != (*arbre).feuille);

Removed from v.1.75  
changed lines
  Added in v.1.76


CVSweb interface <joel.bertrand@systella.fr>