Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97495
b: refs/heads/master
c: 12293bf
h: refs/heads/master
i:
  97493: 6acfbae
  97491: 081054c
  97487: f1fec00
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed May 29, 2008
1 parent 484f3ec commit 1149ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c3a01d0c259ec8b283c52dbeadda0122582a68b
refs/heads/master: 12293bf91126ad253a25e2840b307fdc7c2754c3
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nf_conntrack_expect.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,10 +587,10 @@ int __init nf_conntrack_expect_init(void)
return 0;

err3:
kmem_cache_destroy(nf_ct_expect_cachep);
err2:
nf_ct_free_hashtable(nf_ct_expect_hash, nf_ct_expect_vmalloc,
nf_ct_expect_hsize);
err2:
kmem_cache_destroy(nf_ct_expect_cachep);
err1:
return err;
}
Expand Down

0 comments on commit 1149ec9

Please sign in to comment.