提交 50daaa0a 编写于 作者: C Christophe Fergeau 提交者: Eric Blake

remove duplicated call to reportOOMError

上级 787e3889
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册