[PATCH 0/2] cmdComplete: Fix two memleaks

Peter Krempa posted 2 patches 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1714035756.git.pkrempa@redhat.com
tools/vsh.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
[PATCH 0/2] cmdComplete: Fix two memleaks
Posted by Peter Krempa 1 week, 3 days ago
Putting my recently-reviewed series through CI revealed that there were
two pre-existing memleaks in the completion code caught by the test
additions.

Peter Krempa (2):
  vsh: cmdComplete: Don't leak buffer for completion
  vshReadlineInit: Initialize only once

 tools/vsh.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

-- 
2.44.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH 0/2] cmdComplete: Fix two memleaks
Posted by Ján Tomko 1 week, 3 days ago
On a Thursday in 2024, Peter Krempa wrote:
>Putting my recently-reviewed series through CI revealed that there were
>two pre-existing memleaks in the completion code caught by the test
>additions.
>
>Peter Krempa (2):
>  vsh: cmdComplete: Don't leak buffer for completion
>  vshReadlineInit: Initialize only once
>
> tools/vsh.c | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org