netfilter: nft_compat: call {target, match}->destroy() to cleanup entry
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 11 Jun 2014 12:27:46 +0000 (14:27 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 16 Jun 2014 11:08:04 +0000 (13:08 +0200)
Otherwise, the reference to external objects (eg. modules) are not
released when the rules are removed.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found