forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/lib/lockdep/tests/ABBCCA.c
....@@ -13,4 +13,8 @@
1313 LOCK_UNLOCK_2(a, b);
1414 LOCK_UNLOCK_2(b, c);
1515 LOCK_UNLOCK_2(c, a);
16
+
17
+ pthread_mutex_destroy(&c);
18
+ pthread_mutex_destroy(&b);
19
+ pthread_mutex_destroy(&a);
1620 }