Diff for /rpl/src/gestion_threads.c between versions 1.66 and 1.68

version 1.66, 2012/10/01 11:05:02 version 1.68, 2012/10/05 13:12:38
Line 813  lancement_thread(void *argument) Line 813  lancement_thread(void *argument)
     liberation_arbre_variables(s_etat_processus,      liberation_arbre_variables(s_etat_processus,
             (*s_etat_processus).s_arbre_variables, d_faux);              (*s_etat_processus).s_arbre_variables, d_faux);
   
     for(i = 0; i < (*s_etat_processus).nombre_variables_statiques; i++)  
     {  
         liberation(s_etat_processus,  
                 (*s_etat_processus).s_liste_variables_statiques[i].objet);  
         free((*s_etat_processus).s_liste_variables_statiques[i].nom);  
     }  
   
     free((*s_etat_processus).s_liste_variables_statiques);  
   
     l_element_courant = (*s_etat_processus).l_base_pile;      l_element_courant = (*s_etat_processus).l_base_pile;
     while(l_element_courant != NULL)      while(l_element_courant != NULL)
     {      {

Removed from v.1.66  
changed lines
  Added in v.1.68


CVSweb interface <joel.bertrand@systella.fr>