hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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 }