namjaejeon / ntfsprogs-plus

NTFS filesystem userspace utilities
GNU General Public License v2.0
10 stars 5 forks source link

ntfsck: fix compile linking error of libntfs-3g #68

Closed jaysim closed 1 year ago

jaysim commented 1 year ago

Some function call utils_is_metadata() in libntfs-3g/inode.c. But utils_is_metadata() is not a code of libntfs-3g. It's a application usinig libntfs-3g library. So It may occurred link error when build libntfs-3g library only. Fix it.

jaysim commented 1 year ago

If this patchset is applied, memory leak occurred. I closed this PR