remove duplicated call to reportOOMError

This commit is contained in:
Christophe Fergeau 2011-02-17 22:18:22 +01:00 committed by Eric Blake
parent 787e38890e
commit 50daaa0a3e

View File

@ -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;
}