[PATCH 0/2] qemuSnapshotDiskContext(Cleanup|New): fix few bugs

Peter Krempa posted 2 patches 3 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1600944794.git.pkrempa@redhat.com
src/qemu/qemu_snapshot.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH 0/2] qemuSnapshotDiskContext(Cleanup|New): fix few bugs
Posted by Peter Krempa 3 years, 6 months ago
Oops.

Peter Krempa (2):
  qemuSnapshotDiskContextCleanup: Don't leak snapctxt
  qemuSnapshotDiskContextNew: Don't set 'ndd'

 src/qemu/qemu_snapshot.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.26.2

Re: [PATCH 0/2] qemuSnapshotDiskContext(Cleanup|New): fix few bugs
Posted by Ján Tomko 3 years, 6 months ago
On a Thursday in 2020, Peter Krempa wrote:
>Oops.
>

How did this get past review? O:-)

>Peter Krempa (2):
>  qemuSnapshotDiskContextCleanup: Don't leak snapctxt
>  qemuSnapshotDiskContextNew: Don't set 'ndd'
>
> src/qemu/qemu_snapshot.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>

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

Jano