mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
conf: Resolve some Coverity errors
Resolve some Coverity errors with IOThread changes Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
fb9da19e90
commit
e505591e28
@ -13253,6 +13253,7 @@ virDomainIOThreadIDDefParseXML(xmlNodePtr node,
|
||||
|
||||
error:
|
||||
virDomainIOThreadIDDefFree(iothrid);
|
||||
iothrid = NULL;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
@ -13372,6 +13373,7 @@ virDomainIOThreadPinDefParseXML(xmlNodePtr node,
|
||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
|
||||
_("Cannot find 'iothread' : %u"),
|
||||
iothreadid);
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
if (!(tmp = virXMLPropString(node, "cpuset"))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user