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 6d7ff78..ca0bd29 100644 (file)
--- a/ipsets.c
+++ b/ipsets.c
@@ -382,6 +382,8 @@ fw3_destroy_ipsets(struct fw3_state *state)
        }
 
        fw3_pr("quit\n");
        }
 
        fw3_pr("quit\n");
+
+       fclose(sf);
 }
 
 void
 }
 
 void