mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-06-06 14:16:36 +03:00
20aa7a4e31
Since they're allocated with spa_strdup(), they should be freed with spa_strfree() so the proper length buffer is freed. Reviewed-by: Richard Yao <ryao@gentoo.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tim Chase <tim@chase2k.com> Closes #5082 Closes #5086