mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Call isc_mutex_destroy(&lasttime_mx);
(cherry picked from commit 8109f495c8b5d7c7f88d581f7905650add0c184e)
This commit is contained in:
@@ -140,6 +140,7 @@ setup_test(isc_timertype_t timertype, isc_time_t *expires,
|
|||||||
|
|
||||||
isc_task_detach(&task);
|
isc_task_detach(&task);
|
||||||
isc_mutex_destroy(&mx);
|
isc_mutex_destroy(&mx);
|
||||||
|
isc_mutex_destroy(&lasttime_mx);
|
||||||
(void)isc_condition_destroy(&cv);
|
(void)isc_condition_destroy(&cv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user