]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
fsstress: fix a memory leak
authorDarrick J. Wong <djwong@kernel.org>
Tue, 14 Jan 2025 02:02:13 +0000 (18:02 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 23 Jan 2025 21:19:34 +0000 (13:19 -0800)
commit211a80aae2bb5959adc71e6eae5412086f0c9097
treedc6e3faedadb6dd15f302bb70c5dddfb60d2c8e3
parent3954c6d151056064648ed9edb00432da435d1710
fsstress: fix a memory leak

Someone forgot to free the iovec that readv_f allocates.

Fixes: 80499d8f5f251e ("fsstress: new writev and readv operations test")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
ltp/fsstress.c