mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Free mutexes
This commit is contained in:
parent
325cbc764c
commit
c03e6b74fa
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
// free ressources
|
// free ressources
|
||||||
pthread_mutex_destroy(&list_mutex);
|
pthread_mutex_destroy(&list_mutex);
|
||||||
|
pthread_mutex_destroy(&probe_array_mutex);
|
||||||
|
pthread_mutex_destroy(&client_array_mutex);
|
||||||
|
|
||||||
free_list(probe_list_head);
|
free_list(probe_list_head);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue