Re: [libvirt] [PATCH 08/12] util: use GRegex in virCommandRunRegex

2019-11-14 Thread Peter Krempa
On Wed, Nov 13, 2019 at 16:48:49 +0100, Ján Tomko wrote: > This saves us from allocating vars upfront, since GLib deals with > that for us. > > Signed-off-by: Ján Tomko > --- > src/util/vircommand.c | 37 + > 1 file changed, 13 insertions(+), 24 deletions(-)

[libvirt] [PATCH 08/12] util: use GRegex in virCommandRunRegex

2019-11-13 Thread Ján Tomko
This saves us from allocating vars upfront, since GLib deals with that for us. Signed-off-by: Ján Tomko --- src/util/vircommand.c | 37 + 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/src/util/vircommand.c b/src/util/vircommand.c index