--- rpl/src/gestion_threads.c 2012/07/03 13:56:31 1.64 +++ rpl/src/gestion_threads.c 2012/10/04 15:21:26 1.67 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.9 + RPL/2 (R) version 4.1.11 Copyright (C) 1989-2012 Dr. BERTRAND Joël This file is part of RPL/2. @@ -813,6 +813,8 @@ lancement_thread(void *argument) liberation_arbre_variables(s_etat_processus, (*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, @@ -821,6 +823,7 @@ lancement_thread(void *argument) } free((*s_etat_processus).s_liste_variables_statiques); + */ l_element_courant = (*s_etat_processus).l_base_pile; while(l_element_courant != NULL)