flose files & free memory when not needed
[debian/dhcpd-pools.git] / src / other.c
index 42f86ca..fe5f34c 100644 (file)
@@ -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);
 }