]> git.ipfire.org Git - thirdparty/util-linux.git/commit
findmnt: use TT_FL_FREEDATA for tt table
authorKarel Zak <kzak@redhat.com>
Mon, 10 Jun 2013 09:39:03 +0000 (11:39 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Sep 2013 14:46:59 +0000 (16:46 +0200)
commitb3386c83fe77318f7036a1928cb42cc5a3e7d9a8
treec174dd637ae3f89e04068f3de93e4641d5197f15
parent2ffddb6a0ba80feb4ced540567ab65f47933d388
findmnt: use TT_FL_FREEDATA for tt table

For findmnt(8) output we mix static and libmount data together with
in-findmnt allocated buffers. This patch cleanup all and use allocated
buffers for all output. All is deallocated by tt_free_table().

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/findmnt.c