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

version 1.27, 2010/08/06 15:32:58 version 1.33.2.1, 2011/04/11 13:02:16
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.0.22
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2011 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.33.2.1


CVSweb interface <joel.bertrand@systella.fr>