]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix resource leak in qemuDomainAddChardevTLSObjects error path
authorJohn Ferlan <jferlan@redhat.com>
Mon, 3 Apr 2017 16:53:33 +0000 (12:53 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 4 Apr 2017 16:40:27 +0000 (12:40 -0400)
commit2e8c60958ac32624296eee263bf34bb21a32360c
treeb73d4e1a9bf90cd7ef7e3a558877e0c75d606ca9
parent83c58ea39622d732097d377cae9e87650f5df960
qemu: Fix resource leak in qemuDomainAddChardevTLSObjects error path

On any failure, call virJSONValueFree for the *Props.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_migration.c