forked from ~ljy/RK356X_SDK_RELEASE

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