hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
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 }