mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
ZTS: Fix 256MB file leak in zed_cksum_reported
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes: #17267
(cherry picked from commit 38c3a8be83)
This commit is contained in:
committed by
Tony Hutter
parent
658526db99
commit
7bb7ff7b49
@@ -55,7 +55,7 @@ function cleanup
|
||||
if poolexists $POOL ; then
|
||||
destroy_pool $POOL
|
||||
fi
|
||||
log_must rm -fd $VDEV $MOUNTDIR
|
||||
log_must rm -fd $VDEV $VDEV1 $MOUNTDIR
|
||||
}
|
||||
log_onexit cleanup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user