forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/tools/lib/lockdep/tests/ABCDBDDA.c
....@@ -15,4 +15,9 @@
1515 LOCK_UNLOCK_2(c, d);
1616 LOCK_UNLOCK_2(b, d);
1717 LOCK_UNLOCK_2(d, a);
18
+
19
+ pthread_mutex_destroy(&d);
20
+ pthread_mutex_destroy(&c);
21
+ pthread_mutex_destroy(&b);
22
+ pthread_mutex_destroy(&a);
1823 }