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

version 1.76, 2013/04/02 11:56:33 version 1.77, 2013/04/02 12:20:21
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.76  
changed lines
  Added in v.1.77


CVSweb interface <joel.bertrand@systella.fr>