projects
/
oweals
/
firewall3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a32e331
)
add missing fclose() in previous commit
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 17 Feb 2013 19:49:52 +0000
(20:49 +0100)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 17 Feb 2013 19:49:52 +0000
(20:49 +0100)
ipsets.c
patch
|
blob
|
history
diff --git
a/ipsets.c
b/ipsets.c
index 6d7ff78bd753d5864c0a23170038c3ada1c7749f..ca0bd299912577c1ec5819877a691e30f63316d2 100644
(file)
--- a/
ipsets.c
+++ b/
ipsets.c
@@
-382,6
+382,8
@@
fw3_destroy_ipsets(struct fw3_state *state)
}
fw3_pr("quit\n");
+
+ fclose(sf);
}
void