X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fother.c;h=2cf359914d59d15f4ee1bb930599264e96451f12;hb=55ab31e48242b94253a0825f3ff4420b70ca1347;hp=a16240b2c90bff743e3889a99e6cc8be54c6f74d;hpb=2cb7369e203d8c381ac4cbe733cd427b3e1ee044;p=debian%2Fdhcpd-pools.git diff --git a/src/other.c b/src/other.c index a16240b..2cf3599 100644 --- a/src/other.c +++ b/src/other.c @@ -28,9 +28,9 @@ extern void exit(); extern char *malloc(); #endif /* STDC_HEADERS */ -#include #include -#include +#include +#include #ifdef HAVE_STRING_H #include #else @@ -100,6 +100,7 @@ void clean_up(void) free(config.output_file); free(ranges); free(leases); + free(backups); free(touches); free(shared_networks); } @@ -131,7 +132,7 @@ This is ISC dhcpd pools usage analyzer.\n\ fprintf(out, "\ -c, --config=FILE path to the dhcpd.conf file\n\ -l, --leases=FILE path to the dhcpd.leases file\n\ - -f, --format=[thcxX] output format\n"); + -f, --format=[thHcxX] output format\n"); fprintf(out, "\ t for text\n\ h for html table\n\