mirror of
https://gitlab.com/klmp200/LO41.git
synced 2025-09-13 03:05:44 +00:00
Condition de fin des elevators
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user