kernel/tools/lib/lockdep/tests/ABCDBCDA.c
.. .. @@ -15,4 +15,9 @@ 15 15 LOCK_UNLOCK_2(c, d); 16 16 LOCK_UNLOCK_2(b, c); 17 17 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);18 23 }