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

version 1.66, 2012/10/01 11:05:02 version 1.67, 2012/10/04 15:21:26
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++)      for(i = 0; i < (*s_etat_processus).nombre_variables_statiques; i++)
     {      {
         liberation(s_etat_processus,          liberation(s_etat_processus,
Line 821  lancement_thread(void *argument) Line 823  lancement_thread(void *argument)
     }      }
   
     free((*s_etat_processus).s_liste_variables_statiques);      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.67


CVSweb interface <joel.bertrand@systella.fr>