mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 23:37:42 +00:00
esx: Fix memory leak in esxVI_HostCpuIdInfo_Free()
This commit is contained in:
parent
645f4acafe
commit
03a155a25b
@ -1496,6 +1496,7 @@ ESX_VI__TEMPLATE__FREE(HostCpuIdInfo,
|
|||||||
{
|
{
|
||||||
esxVI_HostCpuIdInfo_Free(&item->_next);
|
esxVI_HostCpuIdInfo_Free(&item->_next);
|
||||||
|
|
||||||
|
esxVI_Int_Free(&item->level);
|
||||||
VIR_FREE(item->vendor);
|
VIR_FREE(item->vendor);
|
||||||
VIR_FREE(item->eax);
|
VIR_FREE(item->eax);
|
||||||
VIR_FREE(item->ebx);
|
VIR_FREE(item->ebx);
|
||||||
|
Loading…
Reference in New Issue
Block a user