mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 18:20:00 -04:00
Call isc_mutex_destroy(&lasttime_mx);
(cherry picked from commit 8109f495c8b5d7c7f88d581f7905650add0c184e)
This commit is contained in:
parent
b88762debb
commit
41cfd1c783
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue