summaryrefslogtreecommitdiffstats
path: root/iptables/ip6tables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/ip6tables-standalone.c')
-rw-r--r--iptables/ip6tables-standalone.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/iptables/ip6tables-standalone.c b/iptables/ip6tables-standalone.c
index 35d2d9a5..105b83ba 100644
--- a/iptables/ip6tables-standalone.c
+++ b/iptables/ip6tables-standalone.c
@@ -64,6 +64,8 @@ ip6tables_main(int argc, char *argv[])
ip6tc_free(handle);
}
+ xtables_fini();
+
if (!ret) {
if (errno == EINVAL) {
fprintf(stderr, "ip6tables: %s. "