projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2927525
)
befs: fix leak
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 29 Jan 2010 03:11:38 +0000
(22:11 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 7 Feb 2010 08:06:21 +0000
(
03:06
-0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/befs/linuxvfs.c
patch
|
blob
|
history
diff --git
a/fs/befs/linuxvfs.c
b/fs/befs/linuxvfs.c
index
33baf27
..
34ddda8
100644
(file)
--- a/
fs/befs/linuxvfs.c
+++ b/
fs/befs/linuxvfs.c
@@
-873,6
+873,7
@@
befs_fill_super(struct super_block *sb, void *data, int silent)
brelse(bh);
unacquire_priv_sbp:
+ kfree(befs_sb->mount_opts.iocharset);
kfree(sb->s_fs_info);
unacquire_none: