mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
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:
parent
ffc7dbc01d
commit
2452568aab
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user