X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fother.c;h=fe5f34cc745b9fcc58e17d05161f8e2beb8912ab;hb=d54721b3a44a87be75b83860a955ddc7a0ec6b3d;hp=42f86cafa7da27576f4a48e218ff54ca7678bc3a;hpb=93bcd305c40583bf7b7c611896f85b89899d47b5;p=debian%2Fdhcpd-pools.git diff --git a/src/other.c b/src/other.c index 42f86ca..fe5f34c 100644 --- a/src/other.c +++ b/src/other.c @@ -94,6 +94,8 @@ void clean_up(void) free(config.dhcpdlease_file); free(config.output_file); free(ranges); + free(leases); + free(touches); free(shared_net_names); free(shared_networks); }