Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190311
b: refs/heads/master
c: 370ec3d
h: refs/heads/master
i:
  190309: b67b20b
  190307: 4a8e3f9
  190303: 4847e68
v: v3
  • Loading branch information
Phillip Lougher committed Apr 25, 2010
1 parent 06eaa84 commit c453f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1cb08e97389bb603e1b999312d9686c8faf0187a
refs/heads/master: 370ec3d1ed9d76ba992e5b9b7d7d10700014d436
1 change: 1 addition & 0 deletions trunk/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 c453f2a

Please sign in to comment.