Re: [libvirt] [PATCH v2 1/2] qemuSetupCpusetMems: Use VIR_AUTOFREE()

2019-04-15 Thread Martin Kletzander
On Wed, Apr 10, 2019 at 06:10:43PM +0200, Michal Privoznik wrote: There is one string that can be VIR_AUTOFREE used on. Signed-off-by: Michal Privoznik --- src/qemu/qemu_cgroup.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ACK, trivial signature.asc Description: PGP signature

[libvirt] [PATCH v2 1/2] qemuSetupCpusetMems: Use VIR_AUTOFREE()

2019-04-10 Thread Michal Privoznik
There is one string that can be VIR_AUTOFREE used on. Signed-off-by: Michal Privoznik --- src/qemu/qemu_cgroup.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_cgroup.c b/src/qemu/qemu_cgroup.c index c23f0af2aa..689e0839cd 100644 --- a/src/qemu/qemu_cgroup