mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
complete the NULL pointer fixes
This commit is contained in:
parent
96d49a84ff
commit
5ba7394a4f
@ -339,7 +339,7 @@ destroy(dns_dtenv_t *env) {
|
||||
void
|
||||
dns_dt_detach(dns_dtenv_t **envp) {
|
||||
unsigned int refs;
|
||||
dns_dtenv_t *env = *envp;
|
||||
dns_dtenv_t *env;
|
||||
|
||||
REQUIRE(envp != NULL && VALID_DTENV(*envp));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user