Re: [PATCH] fs/zfs: Fix another memory leak in ZFS code

2025-05-15 Thread Daniel Kiper
On Mon, May 05, 2025 at 05:09:19PM -0500, Glenn Washburn wrote: > 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 > Signed-off-by: Glenn Was

[PATCH] fs/zfs: Fix another memory leak in ZFS code

2025-05-05 Thread Glenn Washburn
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 Signed-off-by: Glenn Washburn --- Reviewing some of the bugs on Savannah, I noticed #63846 which,