projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef52c75
)
fix leak in romfs_fill_super()
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 25 Jan 2010 11:05:54 +0000
(06:05 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 27 Jan 2010 03:22:26 +0000
(22:22 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/romfs/super.c
patch
|
blob
|
history
diff --git
a/fs/romfs/super.c
b/fs/romfs/super.c
index
c117fa8
..
42d2135
100644
(file)
--- a/
fs/romfs/super.c
+++ b/
fs/romfs/super.c
@@
-544,6
+544,7
@@
error:
error_rsb_inval:
ret = -EINVAL;
error_rsb:
+ kfree(rsb);
return ret;
}