mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:50:01 -04:00
Merge branch '3505-missing-isc_mutex_destroy' into 'main'
Resolve "missing isc_mutex_destroy" Closes #3505 See merge request isc-projects/bind9!6696
This commit is contained in:
commit
87a6dac92e
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue