mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:00:00 -04:00
parent
398036fa13
commit
418da71422
1 changed files with 2 additions and 1 deletions
|
|
@ -731,7 +731,8 @@ doshutdown(void) {
|
|||
|
||||
/*
|
||||
* The isc_mem_put of master_servers must be before the
|
||||
* isc_mem_put of servers must is it NULL the pointer.
|
||||
* isc_mem_put of servers as it sets the servers pointer
|
||||
* to NULL.
|
||||
*/
|
||||
if (master_servers != NULL && master_servers != servers)
|
||||
isc_mem_put(mctx, master_servers,
|
||||
|
|
|
|||
Loading…
Reference in a new issue