Re: [libvirt PATCH] vsh: fix memory leak in vshCommandParse

2021-04-07 Thread Erik Skultety
On Wed, Apr 07, 2021 at 05:29:50PM +0200, Ján Tomko wrote: > One of the error branches used a plain free where vshCommandFree > was required. > > https://bugzilla.redhat.com/show_bug.cgi?id=1943415 > > Signed-off-by: Ján Tomko > --- Reviewed-by: Erik Skultety

[libvirt PATCH] vsh: fix memory leak in vshCommandParse

2021-04-07 Thread Ján Tomko
One of the error branches used a plain free where vshCommandFree was required. https://bugzilla.redhat.com/show_bug.cgi?id=1943415 Signed-off-by: Ján Tomko --- tools/vsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vsh.c b/tools/vsh.c index 552ed29ab9..d9c0a9b80d