Re: [libvirt] [PATCH] virsh: Use VIR_FREE instead of free

2010-01-06 Thread Matthias Bolte
2010/1/6 Daniel Veillard : > On Sun, Jan 03, 2010 at 08:43:15PM +0100, Matthias Bolte wrote: >> virsh uses other parts of the internal API already, so use VIR_FREE also. >> --- >>  tools/virsh.c |  297 >> - >>  1 files changed, 146 insertions

Re: [libvirt] [PATCH] virsh: Use VIR_FREE instead of free

2010-01-06 Thread Daniel Veillard
On Sun, Jan 03, 2010 at 08:43:15PM +0100, Matthias Bolte wrote: > virsh uses other parts of the internal API already, so use VIR_FREE also. > --- > tools/virsh.c | 297 > - > 1 files changed, 146 insertions(+), 151 deletions(-) I really

[libvirt] [PATCH] virsh: Use VIR_FREE instead of free

2010-01-03 Thread Matthias Bolte
virsh uses other parts of the internal API already, so use VIR_FREE also. --- tools/virsh.c | 297 - 1 files changed, 146 insertions(+), 151 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index e2a32b4..2844927 100644 --- a/tools/v