]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - repair/xfs_repair.c
xfsprogs: call libxfs_destroy from other utilities
authorEric Sandeen <sandeen@redhat.com>
Fri, 9 Mar 2018 02:35:22 +0000 (20:35 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 9 Mar 2018 02:35:22 +0000 (20:35 -0600)
commit2ce8bff527b559cb0257042c99f4e51efb877132
tree392eb40df725c0c07c3f1163626dd35773efbffb
parent444884913bd52a843eb49a757e6e65681ab2e90b
xfsprogs: call libxfs_destroy from other utilities

Call libxfs_destroy() from xfs_copy, xfs_db, mkfs.xfs, and
xfs_repair to allow us to detect leaked items in these
utilities as well.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
copy/xfs_copy.c
db/init.c
mkfs/xfs_mkfs.c
repair/xfs_repair.c