On 03/13/2018 01:26 PM, Jim Fehlig wrote:
ibxlDomObjFromDomain to returns locked and ref counted virDomainObj
but
libxlDom...
libxlDomainMigratePerform3Params only unlocks the object on exit.
Convert
it to use the virDomainObjEndAPI function for cleanup.
Signed-off-by: Jim Fehlig <jfehlig(a)suse.com>
---
src/libxl/libxl_driver.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John