mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:17 +00:00
set_path allocates path via g_strdup, but
pr_manager_helper_instance_finalize did not free it.
Fixes: 9bad2a6b9d ("scsi: add persistent reservation manager using qemu-pr-helper")
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>