Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310129
b: refs/heads/master
c: 601d39d
h: refs/heads/master
i:
  310127: 8d3cc57
v: v3
  • Loading branch information
Joonsoo Kim authored and Pekka Enberg committed May 16, 2012
1 parent afd3fc0 commit cc6d553
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9fe496116e966902f5efe593d946222a649ea5c8
refs/heads/master: 601d39d00c2af206d10d1252132a85316d95499a
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -3968,9 +3968,9 @@ struct kmem_cache *kmem_cache_create(const char *name, size_t size,
}
return s;
}
kfree(n);
kfree(s);
}
kfree(n);
err:
up_write(&slub_lock);

Expand Down

0 comments on commit cc6d553

Please sign in to comment.