Commit 370ec3d1 authored by Phillip Lougher's avatar Phillip Lougher

squashfs: add missing buffer free

Signed-off-by: default avatarPhillip Lougher <phillip@lougher.demon.co.uk>
parent 1cb08e97
......@@ -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;
}
......
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