X-Git-Url: http://git.asbjorn.biz/?p=debian%2Fdhcpd-pools.git;a=blobdiff_plain;f=src%2Fother.c;h=fe5f34cc745b9fcc58e17d05161f8e2beb8912ab;hp=42f86cafa7da27576f4a48e218ff54ca7678bc3a;hb=a10396710e32659e82032b84a5468be52c3996d5;hpb=b11163012ea67ed821fef58221b05bea454b2f6b 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); }