From: Sami Kerola Date: Tue, 21 Jun 2011 20:15:48 +0000 (+0200) Subject: other: free backup ranges X-Git-Url: http://git.asbjorn.biz/?p=debian%2Fdhcpd-pools.git;a=commitdiff_plain;h=55ab31e48242b94253a0825f3ff4420b70ca1347 other: free backup ranges Fix to memory leak I overlooked earlier. Signed-off-by: Sami Kerola --- diff --git a/src/other.c b/src/other.c index 5e887e6..2cf3599 100644 --- a/src/other.c +++ b/src/other.c @@ -100,6 +100,7 @@ void clean_up(void) free(config.output_file); free(ranges); free(leases); + free(backups); free(touches); free(shared_networks); }