libvirt/src/bhyve
Michal Privoznik 23419a62c2 bhyveConnectGetCapabilities: Fix double caps unref
At the beginning of the function we gain a reference to the driver
capabilities. Then, we call format function (*) which if failed, unref
over caps is called. Then, at the end another unref occurs.

* - Moreover, the format was not called over gained caps, but over
privconn->caps directly which is not allowed anymore.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2014-04-08 09:17:01 +02:00
..
bhyve_capabilities.c bhyve_capabilities: Add Semihalf to Copyright 2014-04-08 09:17:00 +02:00
bhyve_capabilities.h bhyve: create capabilities submodule 2014-04-07 15:34:53 +02:00
bhyve_command.c bhyve: add console support through nmdm device 2014-04-05 19:12:18 +04:00
bhyve_command.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
bhyve_driver.c bhyveConnectGetCapabilities: Fix double caps unref 2014-04-08 09:17:01 +02:00
bhyve_driver.h
bhyve_process.c bhyve: don't leak tap devices on failures 2014-03-31 16:54:30 +04:00
bhyve_process.h bhyve: add domainCreateWithFlags support 2014-03-23 12:13:42 +04:00
bhyve_utils.h bhyve: domain autostart support 2014-04-05 14:44:49 +04:00