mirror of https://gitee.com/openkylin/libvirt.git
uml:release config object when uml driver shutdown
This commit is contained in:
parent
1cb03d4e4b
commit
02cbd8b67e
|
@ -640,6 +640,7 @@ umlShutdown(void) {
|
|||
virEventRemoveHandle(uml_driver->inotifyWatch);
|
||||
VIR_FORCE_CLOSE(uml_driver->inotifyFD);
|
||||
virObjectUnref(uml_driver->caps);
|
||||
virObjectUnref(uml_driver->xmlconf);
|
||||
|
||||
/* shutdown active VMs
|
||||
* XXX allow them to stay around & reconnect */
|
||||
|
|
Loading…
Reference in New Issue