mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
squashfs: add missing buffer free
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
This commit is contained in:
parent
1cb08e9738
commit
370ec3d1ed
@ -354,6 +354,7 @@ static void squashfs_put_super(struct super_block *sb)
|
||||
kfree(sbi->id_table);
|
||||
kfree(sbi->fragment_index);
|
||||
kfree(sbi->meta_index);
|
||||
kfree(sbi->inode_lookup_table);
|
||||
kfree(sb->s_fs_info);
|
||||
sb->s_fs_info = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user