mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
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…
x
Reference in New Issue
Block a user