mirror of https://gitee.com/openkylin/libvirt.git
openvz (openvzFreeDriver): avoid leaks
* src/openvz/openvz_conf.c (openvzFreeDriver): Also free driver buffer. Based on a suggestion from Matthias Bolte.
This commit is contained in:
parent
d15a67fa56
commit
55e642e586
|
@ -427,6 +427,7 @@ openvzFreeDriver(struct openvz_driver *driver)
|
|||
|
||||
virDomainObjListDeinit(&driver->domains);
|
||||
virCapabilitiesFree(driver->caps);
|
||||
VIR_FREE(driver);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue