fix memory leak(s) in libiptc. Reverts the previous (wrong) patch.  (Martin Josefsson)
diff --git a/ip6tables-save.c b/ip6tables-save.c
index b9dbd80..77cc325 100644
--- a/ip6tables-save.c
+++ b/ip6tables-save.c
@@ -305,6 +305,8 @@
 		exit_error(OTHER_PROBLEM, "Binary NYI\n");
 	}
 
+	ip6tc_free(&h);
+
 	return 1;
 }