From 41cfd1c78364813f083fbb7f4fb3964ca4db80c8 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 24 Aug 2022 16:41:55 +1000 Subject: [PATCH] Call isc_mutex_destroy(&lasttime_mx); (cherry picked from commit 8109f495c8b5d7c7f88d581f7905650add0c184e) --- tests/isc/timer_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/isc/timer_test.c b/tests/isc/timer_test.c index 8ae7945962..099a3523be 100644 --- a/tests/isc/timer_test.c +++ b/tests/isc/timer_test.c @@ -140,6 +140,7 @@ setup_test(isc_timertype_t timertype, isc_time_t *expires, isc_task_detach(&task); isc_mutex_destroy(&mx); + isc_mutex_destroy(&lasttime_mx); (void)isc_condition_destroy(&cv); }