2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

silence clang --analyze warnings

This commit is contained in:
Mark Andrews
2012-11-30 18:50:38 +11:00
parent 85a873f000
commit 4151109b94
5 changed files with 10 additions and 5 deletions

View File

@@ -739,7 +739,7 @@ destroy_disp(isc_task_t *task, isc_event_t *event) {
if (disp->sepool != NULL) {
isc_mempool_destroy(&disp->sepool);
isc_mutex_destroy(&disp->sepool_lock);
(void)isc_mutex_destroy(&disp->sepool_lock);
}
if (disp->socket != NULL)