bind9/lib
Aram Sargsyan 68bbce9813 Put some missing dns_rdata_freestruct() calls in catz.c
A successful call to `dns_rdata_tostruct()` expects an accompanying
call to `dns_rdata_freestruct()` to free up any memory that could have
been allocated during the first call.

In catz.c there are several places where `dns_rdata_freestruct()` call
is skipped.

Add the missing cleanup routines.

(cherry picked from commit f57c51fe05)
2022-03-28 10:26:49 +00:00
..
bind9 More explicit dns64 prefix errors 2022-03-25 16:08:22 +01:00
dns Put some missing dns_rdata_freestruct() calls in catz.c 2022-03-28 10:26:49 +00:00
irs Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
isc Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
isccc Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
isccfg Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:42:16 +01:00
ns Remove UNREACHABLE() statements after exit() 2022-03-25 10:07:25 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00