mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
other: free backup ranges
Fix to memory leak I overlooked earlier. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
e299e7fce2
commit
55ab31e482
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ void clean_up(void)
|
|||
free(config.output_file);
|
||||
free(ranges);
|
||||
free(leases);
|
||||
free(backups);
|
||||
free(touches);
|
||||
free(shared_networks);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue