From 50daaa0a3ead744f7832d74b1e28614162dc0a14 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 17 Feb 2011 22:18:22 +0100 Subject: [PATCH] remove duplicated call to reportOOMError --- src/qemu/qemu_command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index c9feb9b0b7..371a7ed917 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -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; } -- 2.39.5