ostest/rmutex: mutex need to be destroyed
Signed-off-by: hujun5 <hujun5@xiaomi.com>
This commit is contained in:
parent
7daeca62b0
commit
13d3b3d26c
@ -207,4 +207,5 @@ void recursive_mutex_test(void)
|
||||
}
|
||||
|
||||
printf("recursive_mutex_test: Complete\n");
|
||||
pthread_mutex_destroy(&mut);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user