statzone

DNS zone file analyzer targeted at TLD zones
Log | Files | Refs | README | LICENSE

commit df792907ed5e6622a7e587fc101dea1fcdc26142
parent ec35e41b382deb243c63ed517999b0e4471bd707
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon,  8 Feb 2021 16:45:53 +0100

Free previous_domain to appease Clang's static analyzer.

Diffstat:
Msrc/statzone.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/statzone.c b/src/statzone.c @@ -274,6 +274,7 @@ main(int argc, char *argv[]) summary(); /* Clean up */ + free(previous_domain); fclose(zonefile); return EXIT_SUCCESS;