提交 55e642e5 编写于 作者: J Jim Meyering

openvz (openvzFreeDriver): avoid leaks

* src/openvz/openvz_conf.c (openvzFreeDriver): Also free driver buffer.
Based on a suggestion from Matthias Bolte.
上级 d15a67fa
...@@ -427,6 +427,7 @@ openvzFreeDriver(struct openvz_driver *driver) ...@@ -427,6 +427,7 @@ openvzFreeDriver(struct openvz_driver *driver)
virDomainObjListDeinit(&driver->domains); virDomainObjListDeinit(&driver->domains);
virCapabilitiesFree(driver->caps); virCapabilitiesFree(driver->caps);
VIR_FREE(driver);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册