fix memory leak(s) in libiptc. Reverts the previous (wrong) patch.  (Martin Josefsson)
diff --git a/iptables-save.c b/iptables-save.c
index 74e71ff..90163b5 100644
--- a/iptables-save.c
+++ b/iptables-save.c
@@ -304,6 +304,8 @@
 		exit_error(OTHER_PROBLEM, "Binary NYI\n");
 	}
 
+	iptc_free(&h);
+
 	return 1;
 }