forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
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 }