Diff for /rpl/src/gestion_threads.c between versions 1.27 and 1.31

version 1.27, 2010/08/06 15:32:58 version 1.31, 2010/12/08 20:59:38
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.0.20
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 1081  lancement_thread(void *argument) Line 1081  lancement_thread(void *argument)
     pthread_mutex_destroy(&((*s_etat_processus).mutex));      pthread_mutex_destroy(&((*s_etat_processus).mutex));
     pthread_mutex_destroy(&((*s_etat_processus).mutex_allocation));      pthread_mutex_destroy(&((*s_etat_processus).mutex_allocation));
   
       sem_destroy(&((*s_etat_processus).semaphore_fork));
   
     free((*s_etat_processus).localisation);      free((*s_etat_processus).localisation);
     free(s_etat_processus);      free(s_etat_processus);
   

Removed from v.1.27  
changed lines
  Added in v.1.31


CVSweb interface <joel.bertrand@systella.fr>