forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/tools/lib/lockdep/tests/unlock_balance.c
....@@ -10,4 +10,6 @@
1010 pthread_mutex_lock(&a);
1111 pthread_mutex_unlock(&a);
1212 pthread_mutex_unlock(&a);
13
+
14
+ pthread_mutex_destroy(&a);
1315 }