On Tue, Apr 23, 2019 at 01:18:05PM +0200, Florian Westphal wrote: > 'nft monitor' dies with: > *** Error in `/sbin/nft': double free or corruption (fasttop): 0x000055f8ba57b750 *** > > ... when the iptables-nft test suite is running in parallel, because > xfree(stmt->xt.name) gets called twice. > > Fixes: 4ac11b890fe870 ("src: missing destroy function in statement definitions") > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>