fsck.f2fs: free nat entry cache

Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Sheng Yong 2016-07-15 20:01:23 +08:00 committed by Jaegeuk Kim
parent ffc7dbc01d
commit 2452568aab

View File

@ -1953,6 +1953,9 @@ void fsck_free(struct f2fs_sb_info *sbi)
if (fsck->sit_area_bitmap)
free(fsck->sit_area_bitmap);
if (fsck->entries)
free(fsck->entries);
if (tree_mark)
free(tree_mark);
}