kernel/tools/lib/lockdep/tests/ABBCCA.c
.. .. @@ -13,4 +13,8 @@ 13 13 LOCK_UNLOCK_2(a, b); 14 14 LOCK_UNLOCK_2(b, c); 15 15 LOCK_UNLOCK_2(c, a); 16 +17 + pthread_mutex_destroy(&c);18 + pthread_mutex_destroy(&b);19 + pthread_mutex_destroy(&a);16 20 }