提交 370ec3d1 编写于 作者: P Phillip Lougher

squashfs: add missing buffer free

Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册