]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: remove redundant virQEMUDriverGetConfig
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Tue, 25 Mar 2014 20:37:33 +0000 (16:37 -0400)
committerEric Blake <eblake@redhat.com>
Tue, 25 Mar 2014 21:07:49 +0000 (15:07 -0600)
commitff436380bc6d6d7cc4e2f192b836728afe5ba64b
tree18714a042d3af2dace9f55025048914d7e5147c9
parent425eeed8c4f3d5566be52ccb481d9557bcb019fa
qemu: remove redundant virQEMUDriverGetConfig

qemuDomainSetSchedulerParametersFlags() calls virQEMUDriverGetConfig() twice
and makes the reference counter leak. This removes redundant call.

Problem introduced in commit 45ad1ad

Signed-off-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_driver.c