netfilter: nf_tables: fix flowtable free
[linux-2.6-microblaze.git] / net / netfilter / nf_flow_table_inet.c
index 281209a..375a188 100644 (file)
@@ -24,6 +24,7 @@ static struct nf_flowtable_type flowtable_inet = {
        .family         = NFPROTO_INET,
        .params         = &nf_flow_offload_rhash_params,
        .gc             = nf_flow_offload_work_gc,
+       .free           = nf_flow_table_free,
        .hook           = nf_flow_offload_inet_hook,
        .owner          = THIS_MODULE,
 };