Commit 8dd5ca532c2d2c2b85f16bc038ebfff05b8853e1

Authored by Al Viro
1 parent 29275254ca

befs: fix leak

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -873,6 +873,7 @@
873 873 brelse(bh);
874 874  
875 875 unacquire_priv_sbp:
  876 + kfree(befs_sb->mount_opts.iocharset);
876 877 kfree(sb->s_fs_info);
877 878  
878 879 unacquire_none: