mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
Don't leak str in virDomainNetDefCoalesceParseXML
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
997134fb8b
commit
f08e26a19a
@ -6811,6 +6811,7 @@ virDomainNetDefCoalesceParseXML(xmlNodePtr node,
|
|||||||
ret->rx_max_coalesced_frames = tmp;
|
ret->rx_max_coalesced_frames = tmp;
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
|
VIR_FREE(str);
|
||||||
ctxt->node = save;
|
ctxt->node = save;
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user