f2fs-tools: fix to avoid memory leak of sit_i->sentries
authorChao Yu <yuchao0@huawei.com>
Fri, 9 Aug 2019 10:52:54 +0000 (18:52 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 27 Aug 2019 21:51:05 +0000 (14:51 -0700)
commit2183c65b7687a8de3328beaa9d5eb6dae70994dd
tree2cf5ca56aa52b453595fdfc5a76114182e5c3127
parentb7e0a624711e79c76ffc7eb24d4b6aad4a557071
f2fs-tools: fix to avoid memory leak of sit_i->sentries

We missed to free sit_i->sentries in f2fs_do_umount(), fix it.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/mount.c