other: free backup ranges

Fix to memory leak I overlooked earlier.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-06-21 22:15:48 +02:00
parent e299e7fce2
commit 55ab31e482

View file

@ -100,6 +100,7 @@ void clean_up(void)
free(config.output_file);
free(ranges);
free(leases);
free(backups);
free(touches);
free(shared_networks);
}