ostest/sighand_test: sem need to be destroyed

Signed-off-by: hujun5 <hujun5@xiaomi.com>
This commit is contained in:
hujun5 2023-05-17 20:26:36 +08:00 committed by Xiang Xiao
parent 23948824b2
commit db767b6f45

View File

@ -328,4 +328,6 @@ void sighand_test(void)
printf("sighand_test: done\n");
FFLUSH();
sem_destroy(&sem2);
sem_destroy(&sem1);
}