Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187953
b: refs/heads/master
c: 72150e9
h: refs/heads/master
i:
  187951: 6ac0450
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Mar 7, 2010
1 parent aa9f90a commit d0f7717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: ea3fb371b2a391958670f2a65e1203f7dba61671
refs/heads/master: 72150e9b7fec217fbd646a29ea2f65a3d4d55ea9
3 changes: 2 additions & 1 deletion trunk/net/core/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -2288,7 +2288,8 @@ int proto_register(struct proto *prot, int alloc_slab)
prot->rsk_prot->slab = NULL;
}
out_free_request_sock_slab_name:
kfree(prot->rsk_prot->slab_name);
if (prot->rsk_prot)
kfree(prot->rsk_prot->slab_name);
out_free_sock_slab:
kmem_cache_destroy(prot->slab);
prot->slab = NULL;
Expand Down

0 comments on commit d0f7717

Please sign in to comment.