mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 22:55:23 +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 (virAsprintf(&configfd_name, "%d", configfd) < 0) {
|
||||
VIR_FORCE_CLOSE(configfd);
|
||||
virReportOOMError();
|
||||
goto no_memory;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user