mirror of https://gitee.com/openkylin/libvirt.git
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;
|
||||
|
||||
cleanup:
|
||||
VIR_FREE(str);
|
||||
ctxt->node = save;
|
||||
return ret;
|
||||
|
||||
|
|
Loading…
Reference in New Issue