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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user