]> git.ipfire.org Git - thirdparty/grub.git/commit
fs/zfs: Fix another memory leak in ZFS code
authorGlenn Washburn <development@efficientek.com>
Mon, 5 May 2025 22:09:19 +0000 (17:09 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 29 May 2025 12:53:09 +0000 (14:53 +0200)
commit34bd00ee2663e5233649f1e32bba47b4184b9435
tree07bd437ad015f9338f05c8b936db494835b18cbc
parentca2a91f43bf6e1df23a07c295534f871ddf2d401
fs/zfs: Fix another memory leak in ZFS code

Commit b66c6f918 (fs/zfs: Fix a number of memory leaks in ZFS code)
fixes many of the same leaks detected in bug #63846 except one, which
is fixed here.

Fixes: https://savannah.gnu.org/bugs/?63846
Fixes: b66c6f918 (fs/zfs: Fix a number of memory leaks in ZFS code)
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/zfs/zfs.c