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

version 1.67, 2012/10/04 15:21:26 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);
   
 #warning A FAIRE  
     /*  
     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.67  
changed lines
  Added in v.1.68


CVSweb interface <joel.bertrand@systella.fr>