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

version 1.64, 2012/07/03 13:56:31 version 1.68, 2012/10/05 13:12:38
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.9    RPL/2 (R) version 4.1.11
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2012 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
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.64  
changed lines
  Added in v.1.68


CVSweb interface <joel.bertrand@systella.fr>