Skip to content

Commit

Permalink
squashfs: add missing buffer free
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
  • Loading branch information
Phillip Lougher committed Apr 25, 2010
1 parent 1cb08e9 commit 370ec3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/squashfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 370ec3d

Please sign in to comment.