Skip to content
Snippets Groups Projects
Commit 3de01481 authored by remi.greub's avatar remi.greub
Browse files

modifs de fin

parent 36e0cfef
Branches
No related tags found
No related merge requests found
......@@ -131,8 +131,6 @@ int main(int argc, char **argv){
for(int i=0; i<nbcities; i++){
sem_destroy(&sem_BikeFree[i]);
sem_destroy(&sem_FreeSlot[i]);
}
for(int i=0; i<nbCivilians+1; i++){
pthread_mutex_destroy(&mutex[i]);
}
pthread_barrier_destroy(&b);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment