Skip to content
Snippets Groups Projects
Commit 0c4e89d2 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#5194 from HEAD

parent 7ebb050f
No related branches found
No related tags found
No related merge requests found
......@@ -528,6 +528,7 @@ ldap_pvt_thread_pool_destroy ( ldap_pvt_thread_pool_t *tpool, int run_pending )
ldap_pvt_thread_cond_destroy(&pool->ltp_cond);
ldap_pvt_thread_mutex_destroy(&pool->ltp_mutex);
LDAP_FREE(pool);
*tpool = NULL;
ldap_int_has_thread_pool = 0;
return(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment