1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2025-07-12 12:49:24 +00:00

Condition de fin des elevators

This commit is contained in:
2018-06-22 01:58:11 +02:00
parent bd6920d5e9
commit f6425b271e
7 changed files with 37 additions and 5 deletions

View File

@ -135,7 +135,6 @@ void _free__Building(THIS(Building)){
this->residents->clear_custom(this->residents, free_resident);
this->visitors->clear_custom(this->visitors, free_visitor);
pthread_mutex_unlock(this->mutex_cond_get_inside_elevator);
pthread_mutex_destroy(this->mutex_cond_get_inside_elevator);