1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

esx: Fix memory leak in HostSystem managed object free function

This commit is contained in:
Matthias Bolte 2011-01-08 14:59:01 +01:00
parent 85347321b3
commit c18df0b7c5

View File

@ -1806,6 +1806,7 @@ ESX_VI__TEMPLATE__FREE(HostSystem,
VIR_FREE(item->name);
/* HostSystem */
esxVI_HostConfigManager_Free(&item->configManager);
})
/* esxVI_HostSystem_Validate */