hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/tools/lib/lockdep/tests/ABCDBCDA.c
....@@ -15,4 +15,9 @@
1515 LOCK_UNLOCK_2(c, d);
1616 LOCK_UNLOCK_2(b, c);
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 }