Re: [PATCH] xen: Free xenforeignmemory_resource at exit

2021-05-05 Thread Paul Durrant
On 30/04/2021 17:37, Anthony PERARD wrote: From: Anthony PERARD Because Coverity complains about it and this is one leak that Valgrind reports. Signed-off-by: Anthony PERARD Acked-by: Paul Durrant --- hw/i386/xen/xen-hvm.c | 9 ++--- include/hw/xen/xen_common.h | 6 ++

[PATCH] xen: Free xenforeignmemory_resource at exit

2021-04-30 Thread Anthony PERARD via
From: Anthony PERARD Because Coverity complains about it and this is one leak that Valgrind reports. Signed-off-by: Anthony PERARD --- hw/i386/xen/xen-hvm.c | 9 ++--- include/hw/xen/xen_common.h | 6 ++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/hw/i386/xen/