commit | 370ec3d1ed9d76ba992e5b9b7d7d10700014d436 | [log] [tgz] |
---|---|---|
author | Phillip Lougher <phillip@lougher.demon.co.uk> | Fri Apr 23 00:24:22 2010 +0100 |
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | Sun Apr 25 02:09:05 2010 +0100 |
tree | 87065ba9c5f19b29c172267bcd971d655a7d6af6 | |
parent | 1cb08e97389bb603e1b999312d9686c8faf0187a [diff] [blame] |
squashfs: add missing buffer free Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
diff --git a/fs/squashfs/super.c b/fs/squashfs/super.c index 07ceeb8..48b6f4a 100644 --- a/fs/squashfs/super.c +++ b/fs/squashfs/super.c
@@ -354,6 +354,7 @@ 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; }