]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Need to free fileprops in error path
authorJohn Ferlan <jferlan@redhat.com>
Thu, 28 Jul 2016 13:25:40 +0000 (09:25 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 28 Jul 2016 13:25:40 +0000 (09:25 -0400)
commit8ad7eceb20b2c08b09689b2c2ab755fc7d0acf16
tree09b88a064070040a00d669aeb87f8f1d444ce190
parent5d8c31c6b202aa5ce4329042225bb40fec16baf9
qemu: Need to free fileprops in error path

The virJSONValueObjectCreate only consumes the object on success, so on
failure we must free - from commit id 'f4441017' (found by Coverity).
src/qemu/qemu_command.c