hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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 }