forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
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 }