Defined ntfs_realloc() and ntfs_free()
commit8fa3dd3f224a12a60dfd23780afe658e69dcdc4a
authorJean-Pierre André <jpandre@users.sourceforge.net>
Tue, 26 Jan 2021 09:06:17 +0000 (26 10:06 +0100)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Tue, 26 Jan 2021 09:06:17 +0000 (26 10:06 +0100)
tree7e6b87ad2e86783a779e1b26019587287694fd0c
parent76fe04d03ddf0e75e69c1568807818b078ae03d0
Defined ntfs_realloc() and ntfs_free()

Currently memory allocations are done through ntfs_malloc() and
ntfs_calloc(), but releases are done through free(3). Defining an
ntfs_free() relay facilitates the debugging of memory leaks in
plugins.
include/ntfs-3g/misc.h
libntfs-3g/misc.c