mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:00:00 -04:00
Merge branch '3505-missing-isc_mutex_destroy-v9_18' into 'v9_18'
Call isc_mutex_destroy(&lasttime_mx); [v9_18] See merge request isc-projects/bind9!6697
This commit is contained in:
commit
eb5492beeb
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