[PATCH 0/2] vsh: Fix one memleak and const correctness

Michal Privoznik via Devel posted 2 patches 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1744618213.git.mprivozn@redhat.com
tools/vsh.c | 1 +
tools/vsh.h | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
[PATCH 0/2] vsh: Fix one memleak and const correctness
Posted by Michal Privoznik via Devel 8 months ago
*** BLURB HERE ***

Michal Prívozník (2):
  vsh: Free commands in vshDeinit()
  vsh: Turn _vshControl::progname into a const string

 tools/vsh.c | 1 +
 tools/vsh.h | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.49.0
Re: [PATCH 0/2] vsh: Fix one memleak and const correctness
Posted by Jiri Denemark via Devel 8 months ago
On Mon, Apr 14, 2025 at 10:10:34 +0200, Michal Privoznik wrote:
> *** BLURB HERE ***
> 
> Michal Prívozník (2):
>   vsh: Free commands in vshDeinit()
>   vsh: Turn _vshControl::progname into a const string
> 
>  tools/vsh.c | 1 +
>  tools/vsh.h | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>