mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
remove duplicated call to reportOOMError
This commit is contained in:
committed by
Eric Blake
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user