add missing fclose() in previous commit
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 17 Feb 2013 19:49:52 +0000 (20:49 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 17 Feb 2013 19:49:52 +0000 (20:49 +0100)
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