[libvirt] [PATCH 1/1] cpu: Cleanup ppcCompute to avoid memory leak

2013-09-08 Thread Li Zhang
From: Li Zhang This patch is to Cleanup ppcCompute to avoid memory leak to make the code better. Signed-off-by: Li Zhang --- src/cpu/cpu_powerpc.c | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/src/cpu/cpu_powerpc.c b/src/cpu/cpu_powe

Re: [libvirt] [PATCH 1/1] cpu: Cleanup ppcCompute to avoid memory leak

2013-09-09 Thread John Ferlan
On 09/09/2013 01:56 AM, Li Zhang wrote: > From: Li Zhang > > This patch is to Cleanup ppcCompute to avoid memory leak to make > the code better. > > Signed-off-by: Li Zhang > --- > src/cpu/cpu_powerpc.c | 36 +++- > 1 file changed, 19 insertions(+), 17 deletions