summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/linux/net/bridge/netfilter/ebtables.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/linux/net/bridge/netfilter/ebtables.c b/kernel/linux/net/bridge/netfilter/ebtables.c
index d7b5316..d5c5d1a 100644
--- a/kernel/linux/net/bridge/netfilter/ebtables.c
+++ b/kernel/linux/net/bridge/netfilter/ebtables.c
@@ -1182,8 +1182,6 @@ void ebt_unregister_table(struct ebt_table *table)
up(&ebt_mutex);
EBT_ENTRY_ITERATE(table->private->entries,
table->private->entries_size, ebt_cleanup_entry, NULL);
- if (table->private->counters)
- vfree(table->private->counters);
if (table->private->entries)
vfree(table->private->entries);
if (table->private->chainstack) {