From: Mark Andrews Date: Wed, 24 Aug 2022 06:41:55 +0000 (+1000) Subject: Call isc_mutex_destroy(&lasttime_mx); X-Git-Tag: v9.19.5~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b7af9d85c1adfe35151794c8e27ca8708fd670f;p=thirdparty%2Fbind9.git Call isc_mutex_destroy(&lasttime_mx); --- diff --git a/tests/isc/timer_test.c b/tests/isc/timer_test.c index 5f8a3d9c432..6a80102ab93 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); }