On 7/30/20 2:03 PM, Hao Wang wrote:
From: Hao Wang <[email protected]>
Subject: [PATCH] virNodeDevPCICapSRIOVVirtualParseXML: fix memleak of addr
virPCIDeviceAddressPtr 'addr' is forgotten to be freed in the branch
'VIR_APPEND_ELEMENT() < 0'. Use g_autoptr instead.
Signed-off-by: Hao Wang <[email protected]>
---
src/conf/node_device_conf.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Reviewed-by: Michal Privoznik <[email protected]>
and pushed. Congratulations on your first libvirt contribution!
Michal