summaryrefslogtreecommitdiffstats
path: root/kernel/linux/net/bridge/netfilter/ebtables.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-23 20:52:41 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-23 20:52:41 +0000
commita250b4a1e659bd01b18abe02eb55bee4314b36bc (patch)
tree225e690be9b4e32b1ca19c60b38709e707679795 /kernel/linux/net/bridge/netfilter/ebtables.c
parent0f72340c4153d5ed8478fb43bf54791ec630588c (diff)
bugfix
Diffstat (limited to 'kernel/linux/net/bridge/netfilter/ebtables.c')
-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) {