Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14259
b: refs/heads/master
c: 5a6f294
h: refs/heads/master
i:
  14257: 9303cde
  14255: 9d077f1
v: v3
  • Loading branch information
KOVACS Krisztian authored and David S. Miller committed Nov 16, 2005
1 parent 6f56ff3 commit ae64563
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96479376c89e5be92c85bd350e3e2e8f0e7e3b52
refs/heads/master: 5a6f294e43e432bd207a702fea49ebb303ef9b23
7 changes: 7 additions & 0 deletions trunk/net/netfilter/nf_conntrack_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1395,6 +1395,13 @@ void nf_conntrack_cleanup(void)
kmem_cache_destroy(nf_conntrack_expect_cachep);
free_conntrack_hash(nf_conntrack_hash, nf_conntrack_vmalloc,
nf_conntrack_htable_size);

/* free l3proto protocol tables */
for (i = 0; i < PF_MAX; i++)
if (nf_ct_protos[i]) {
kfree(nf_ct_protos[i]);
nf_ct_protos[i] = NULL;
}
}

static struct list_head *alloc_hashtable(int size, int *vmalloced)
Expand Down

0 comments on commit ae64563

Please sign in to comment.