summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-arp-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables-arp-standalone.c')
-rw-r--r--iptables/xtables-arp-standalone.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables/xtables-arp-standalone.c b/iptables/xtables-arp-standalone.c
index eca7bb97..04cf7dcc 100644
--- a/iptables/xtables-arp-standalone.c
+++ b/iptables/xtables-arp-standalone.c
@@ -56,6 +56,7 @@ int xtables_arp_main(int argc, char *argv[])
ret = nft_commit(&h);
nft_fini(&h);
+ xtables_fini();
if (!ret)
fprintf(stderr, "arptables: %s\n", nft_strerror(errno));