git.asbjorn.biz
/
debian
/
dhcpd-pools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e299e7f
)
other: free backup ranges
author
Sami Kerola
<kerolasa@iki.fi>
Tue, 21 Jun 2011 20:15:48 +0000
(22:15 +0200)
committer
Sami Kerola
<kerolasa@iki.fi>
Tue, 21 Jun 2011 20:39:09 +0000
(22:39 +0200)
Fix to memory leak I overlooked earlier.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
src/other.c
patch
|
blob
|
history
diff --git
a/src/other.c
b/src/other.c
index
5e887e6
..
2cf3599
100644
(file)
--- 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);
}