summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iptables/nft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/nft.c b/iptables/nft.c
index a015947f..6f3fdb0b 100644
--- a/iptables/nft.c
+++ b/iptables/nft.c
@@ -2519,7 +2519,7 @@ err:
if (titer != NULL)
nft_table_list_iter_destroy(titer);
if (citer != NULL)
- nft_table_list_iter_destroy(citer);
+ nft_chain_list_iter_destroy(citer);
return -1;
}