mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-05-23 06:54:58 +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
This commit is contained in:
parent
6afb405d96
commit
38c3a8be83
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user