Commit 8dd5ca53 authored by Al Viro's avatar Al Viro

befs: fix leak

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 29275254
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment