mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
unlock T4_mx
This commit is contained in:
@@ -985,6 +985,12 @@ t_tasks4(void) {
|
|||||||
if (isc_result != ISC_R_SUCCESS) {
|
if (isc_result != ISC_R_SUCCESS) {
|
||||||
t_info("isc_task_create failed %s\n",
|
t_info("isc_task_create failed %s\n",
|
||||||
isc_result_totext(isc_result));
|
isc_result_totext(isc_result));
|
||||||
|
isc_result = isc_mutex_unlock(&T4_mx);
|
||||||
|
if (isc_result != ISC_R_SUCCESS) {
|
||||||
|
t_info("isc_mutex_unlock failed %s\n",
|
||||||
|
isc_result_totext(isc_result));
|
||||||
|
++T4_nprobs;
|
||||||
|
}
|
||||||
DESTROYLOCK(&T4_mx);
|
DESTROYLOCK(&T4_mx);
|
||||||
(void) isc_condition_destroy(&T4_cv);
|
(void) isc_condition_destroy(&T4_cv);
|
||||||
isc_taskmgr_destroy(&tmgr);
|
isc_taskmgr_destroy(&tmgr);
|
||||||
|
Reference in New Issue
Block a user