
26 Mar
2014
26 Mar
'14
9:03 a.m.
On Tue, Mar 25, 2014 at 03:04:53PM -0600, Eric Blake wrote:
On 03/25/2014 02:37 PM, Tomoki Sekiyama wrote:
qemuDomainSetSchedulerParametersFlags() calls virQEMUDriverGetConfig() twice and makes the reference counter leak. This removes redundant call. --- src/qemu/qemu_driver.c | 1 - 1 file changed, 1 deletion(-)
ACK and pushed. Problem introduced in commit 45ad1ad (thankfully unreleased).
Oh, thanks for catching that! I've found a few when rebasing that series, but probably missed this one. Martin