Call isc_mutex_destroy(&lasttime_mx);

(cherry picked from commit 8109f495c8b5d7c7f88d581f7905650add0c184e)
This commit is contained in:
Mark Andrews 2022-08-24 16:41:55 +10:00
parent b88762debb
commit 41cfd1c783

View file

@ -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);
}