Re: [libvirt] [PATCH 2/3] qemu: simplify list cleanup

2013-08-28 Thread Eric Blake
On 08/27/2013 10:00 PM, Eric Blake wrote: > No need to open code now that we have a nice function. > > * src/qemu/qemu_command.c (qemuParseCommandLinePid): Simplify cleanup. > > Signed-off-by: Eric Blake > --- > src/qemu/qemu_command.c | 8 ++-- > 1 file changed, 2 insertions(+), 6 deletion

[libvirt] [PATCH 2/3] qemu: simplify list cleanup

2013-08-27 Thread Eric Blake
No need to open code now that we have a nice function. * src/qemu/qemu_command.c (qemuParseCommandLinePid): Simplify cleanup. Signed-off-by: Eric Blake --- src/qemu/qemu_command.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu