mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 07:42:56 +00:00
remove duplicated call to reportOOMError
This commit is contained in:
parent
787e38890e
commit
50daaa0a3e
@ -4243,7 +4243,6 @@ qemuBuildCommandLine(virConnectPtr conn,
|
|||||||
if (configfd >= 0) {
|
if (configfd >= 0) {
|
||||||
if (virAsprintf(&configfd_name, "%d", configfd) < 0) {
|
if (virAsprintf(&configfd_name, "%d", configfd) < 0) {
|
||||||
VIR_FORCE_CLOSE(configfd);
|
VIR_FORCE_CLOSE(configfd);
|
||||||
virReportOOMError();
|
|
||||||
goto no_memory;
|
goto no_memory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user