Re: [Qemu-devel] [PATCH v2 3/4] ppc: fix leak in h_client_architecture_support

2019-07-17 Thread David Gibson
On Wed, Jul 17, 2019 at 03:20:31AM -0500, Shivaprasad G Bhat wrote: > Free all SpaprOptionVector local pointers after use. > > Signed-off-by: Shivaprasad G Bhat Applied to ppc-for-4.2, thanks. > --- > hw/ppc/spapr_hcall.c |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/ppc/sp

[Qemu-devel] [PATCH v2 3/4] ppc: fix leak in h_client_architecture_support

2019-07-17 Thread Shivaprasad G Bhat
Free all SpaprOptionVector local pointers after use. Signed-off-by: Shivaprasad G Bhat --- hw/ppc/spapr_hcall.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c index 6808d4cda8..71cfe7c41d 100644 --- a/hw/ppc/spapr_hcall.c +++ b/hw/ppc/spapr_h