mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Address CID 1362495: tbuf covered by an INSIST so never NULL
This commit is contained in:
parent
eb54bc33a2
commit
aee6412db2
1 changed files with 1 additions and 2 deletions
|
|
@ -1120,8 +1120,7 @@ dns_catz_generate_masterfilename(dns_catz_zone_t *zone, dns_catz_entry_t *entry,
|
|||
result = ISC_R_SUCCESS;
|
||||
|
||||
cleanup:
|
||||
if (tbuf != NULL)
|
||||
isc_buffer_free(&tbuf);
|
||||
isc_buffer_free(&tbuf);
|
||||
return (result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue