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

Merge branch 'master' into 'bro'

# Conflicts:
#   Elevator/Elevator.c
This commit is contained in:
Aethor
2018-06-22 00:00:32 +00:00
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);