X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fother.c;h=2cf359914d59d15f4ee1bb930599264e96451f12;hb=55ab31e48242b94253a0825f3ff4420b70ca1347;hp=7719c4ee70d15e81c1e1c65f9550842feea5650d;hpb=4c9f177b2ea35eed95226e8c461855a927716418;p=debian%2Fdhcpd-pools.git diff --git a/src/other.c b/src/other.c index 7719c4e..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); }