In contrast to flush_chain_cache(), this will also clean up cache_req. Signed-off-by: Phil Sutter <phil@xxxxxx> --- iptables/nft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables/nft.c b/iptables/nft.c index d2796fcd8ad26..6503259eb443e 100644 --- a/iptables/nft.c +++ b/iptables/nft.c @@ -855,7 +855,7 @@ void nft_fini(struct nft_handle *h) list_for_each_entry_safe(cmd, next, &h->cmd_list, head) nft_cmd_free(cmd); - flush_chain_cache(h, NULL); + nft_release_cache(h); mnl_socket_close(h->nl); } -- 2.25.1