From 9b7af9d85c1adfe35151794c8e27ca8708fd670f 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); --- 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 5f8a3d9c43..6a80102ab9 100644 --- a/tests/isc/timer_test.c +++ b/tests/isc/timer_test.c @@ -125,6 +125,7 @@ setup_test(isc_timertype_t timertype, isc_interval_t *interval, isc_task_detach(&task); isc_mutex_destroy(&mx); + isc_mutex_destroy(&lasttime_mx); isc_condition_destroy(&cv); }