[PATCH 0/2] Fix two memleaks in virQEMUCapsLoadMachines()

Michal Privoznik posted 2 patches 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1612885330.git.mprivozn@redhat.com
src/qemu/qemu_capabilities.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
[PATCH 0/2] Fix two memleaks in virQEMUCapsLoadMachines()
Posted by Michal Privoznik 3 years, 2 months ago
*** BLURB HERE ***

Michal Prívozník (2):
  qemu_capabilities: Don't leak @str in virQEMUCapsLoadMachines()
  qemu_capabilities: Parse "deprecated" in virQEMUCapsLoadMachines()
    properly

 src/qemu/qemu_capabilities.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
2.26.2

Re: [PATCH 0/2] Fix two memleaks in virQEMUCapsLoadMachines()
Posted by Ján Tomko 3 years, 2 months ago
On a Tuesday in 2021, Michal Privoznik wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (2):
>  qemu_capabilities: Don't leak @str in virQEMUCapsLoadMachines()
>  qemu_capabilities: Parse "deprecated" in virQEMUCapsLoadMachines()
>    properly
>
> src/qemu/qemu_capabilities.c | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>

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

Jano