提交 03a155a2 编写于 作者: M Matthias Bolte

esx: Fix memory leak in esxVI_HostCpuIdInfo_Free()

上级 645f4aca
......@@ -1496,6 +1496,7 @@ ESX_VI__TEMPLATE__FREE(HostCpuIdInfo,
{
esxVI_HostCpuIdInfo_Free(&item->_next);
esxVI_Int_Free(&item->level);
VIR_FREE(item->vendor);
VIR_FREE(item->eax);
VIR_FREE(item->ebx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册